1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/lib/libssl
tb 2c1036d8e6 Check the security of DH key shares
ok beck, looks good to jsing
2022-06-29 08:27:51 +00:00
..
doc move manual pages from doc/ to man/ for consistency with other 2016-11-05 15:32:19 +00:00
man man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
test Remove three useless tests files 2022-03-19 18:19:24 +00:00
bio_ssl.c Use the correct type for ssl_callback_ctrl() 2022-01-14 09:12:53 +00:00
bs_ber.c Fix formatting of multi-line license comment per style(9). 2021-05-16 10:58:27 +00:00
bs_cbb.c Provide CBB_add_u64() 2022-01-06 14:30:30 +00:00
bs_cbs.c Provide various CBS_peek_* functions. 2021-12-15 17:36:49 +00:00
bytestring.h Provide CBB_add_u64() 2022-01-06 14:30:30 +00:00
d1_both.c Bye bye S3I. 2022-02-05 14:54:10 +00:00
d1_lib.c Fold DTLS1_STATE_INTERNAL into DTLS1_STATE. 2021-10-23 13:36:03 +00:00
d1_pkt.c Clean up {dtls1,ssl3}_read_bytes() 2022-03-26 15:05:53 +00:00
d1_srtp.c Error check for sk_push in libssl 2022-01-28 13:11:56 +00:00
dtls1.h Move DTLS structs/definitions/prototypes to dtls_locl.h. 2021-05-16 13:56:30 +00:00
dtls_locl.h Remove unused fields from struct dtls1_retransmit_state. 2021-10-23 13:45:44 +00:00
generate_pkgconfig.sh Bump libressl's version in pkgconfig to 2.0.0 2022-02-04 16:42:15 +00:00
LICENSE
Makefile Implement the default security level callback 2022-06-28 20:40:24 +00:00
pqueue.c
pqueue.h Add an explict list of exported symbols with just the functions 2016-11-04 18:28:57 +00:00
s3_cbc.c Convert s3_cbc.c to opaque EVP_MD_CTX. 2021-12-09 17:45:49 +00:00
s3_lib.c Clean up and simplify ssl3_renegotiate{,_check}() 2022-03-17 17:24:37 +00:00
shlib_version bump libcrypto, libssl, libtls majors after struct visibility changes 2022-01-14 09:15:07 +00:00
srtp.h add AES-GCM constants from RFC 7714 for SRTP 2021-06-11 15:28:13 +00:00
ssl2.h
ssl3.h Remove SSL3_RECORD and SSL3_BUFFER 2021-09-10 14:49:13 +00:00
ssl23.h
ssl_algs.c Garbage collect last use of EVP_ecdsa() 2022-01-14 08:38:48 +00:00
ssl_asn1.c Simplify another CBS_write_bytes() call in d2i_SSL_SESSION() 2022-06-07 17:53:42 +00:00
ssl_both.c Bye bye S3I. 2022-02-05 14:54:10 +00:00
ssl_cert.c Copy the security level stuff in ssl_cert_dup() 2022-06-28 20:43:21 +00:00
ssl_ciph.c Fix typo in comment 2022-03-05 07:13:48 +00:00
ssl_ciphers.c Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_ 2022-02-05 18:18:18 +00:00
ssl_clnt.c Check the security of DH key shares 2022-06-29 08:27:51 +00:00
ssl_err.c Add security level related error codes. 2022-06-28 20:46:45 +00:00
ssl_init.c Add missing $OpenBSD$. 2018-03-30 14:59:46 +00:00
ssl_kex.c Convert ssl_kex.c to opaque DH 2022-01-14 09:11:22 +00:00
ssl_lib.c Implement SSL_{CTX_}_{g,s}et_security_level(3) 2022-06-28 20:34:17 +00:00
ssl_locl.h Check the security of DH key shares 2022-06-29 08:27:51 +00:00
ssl_methods.c Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert(). 2021-07-26 03:17:38 +00:00
ssl_packet.c Bye bye S3I. 2022-02-05 14:54:10 +00:00
ssl_pkt.c Clean up {dtls1,ssl3}_read_bytes() 2022-03-26 15:05:53 +00:00
ssl_rsa.c Cleanup/simplify ssl_cert_type() 2022-02-03 16:33:12 +00:00
ssl_seclevel.c Check the security of DH key shares 2022-06-29 08:27:51 +00:00
ssl_sess.c Use CBS_write_bytes() instead of manual unpacking of a CBS and assigning 2022-06-07 17:49:22 +00:00
ssl_sigalgs.c Check sigalg security level when selecting them. 2022-06-29 07:55:59 +00:00
ssl_sigalgs.h Check the security level when building sigalgs 2022-06-29 07:53:58 +00:00
ssl_srvr.c Check the security of DH key shares 2022-06-29 08:27:51 +00:00
ssl_stat.c Bye bye S3I. 2022-02-05 14:54:10 +00:00
ssl_tlsext.c Check the security level when building sigalgs 2022-06-29 07:53:58 +00:00
ssl_tlsext.h Add stubbed out handlers for the pre_shared_key extension 2022-06-03 13:31:49 +00:00
ssl_transcript.c Remove const from tls1_transcript_hash_value() 2022-03-17 17:22:16 +00:00
ssl_txt.c Change the loop index from an unsigned int to size_t now that all 2022-06-07 17:55:08 +00:00
ssl_versions.c Bye bye S3I. 2022-02-05 14:54:10 +00:00
ssl.h Add error code defins 2022-06-28 20:57:33 +00:00
Symbols.list Update Symbols.list to include API additions 2021-10-31 16:38:36 +00:00
t1_enc.c Bye bye S3I. 2022-02-05 14:54:10 +00:00
t1_lib.c Garbage collect the unused rv in tls1_check_ec_server_key() and 2022-01-24 13:47:53 +00:00
tls1.h Provide OPENSSL_TLS_SECURITY_LEVEL define 2022-06-28 20:36:55 +00:00
tls12_key_schedule.c Rewrite TLSv1.2 key block handling. 2021-05-05 10:05:27 +00:00
tls12_lib.c The master_key_length can no longer be < 0 2022-06-07 17:19:09 +00:00
tls12_record_layer.c Convert the new record layers to opaque EVP_AEAD_CTX 2022-01-14 09:12:15 +00:00
tls13_client.c Cleanup/simplify ssl_cert_type() 2022-02-03 16:33:12 +00:00
tls13_error.c Provide an error framework for use with the TLSv1.3 code. 2020-01-20 13:10:37 +00:00
tls13_handshake_msg.c Rename tls13_buffer to tls_buffer. 2021-10-23 13:12:14 +00:00
tls13_handshake.c Drop unused KeyUpdate from debug printf 2022-04-19 17:01:43 +00:00
tls13_handshake.h Improve TLSv1.3 state machine for HelloRetryRequest handling. 2020-04-22 17:05:07 +00:00
tls13_internal.h Provide #defines for the two currently registered PskKeyExchangeModes. 2022-06-03 13:11:04 +00:00
tls13_key_schedule.c Avoid local variable in tls13_secret_init(). 2021-01-05 18:36:22 +00:00
tls13_legacy.c Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack. 2022-02-06 16:08:14 +00:00
tls13_lib.c Bye bye S3I. 2022-02-05 14:54:10 +00:00
tls13_record_layer.c Convert the new record layers to opaque EVP_AEAD_CTX 2022-01-14 09:12:15 +00:00
tls13_record.c Rename tls13_buffer to tls_buffer. 2021-10-23 13:12:14 +00:00
tls13_record.h Rename tls13_buffer to tls_buffer. 2021-10-23 13:12:14 +00:00
tls13_server.c Tweak a comment using review feedback from jsing 2022-06-04 01:14:43 +00:00
tls_buffer.c Rename tls13_buffer to tls_buffer. 2021-10-23 13:12:14 +00:00
tls_content.c Factor out the TLSv1.3 code that handles content from TLS records. 2021-09-04 16:26:12 +00:00
tls_content.h Factor out the TLSv1.3 code that handles content from TLS records. 2021-09-04 16:26:12 +00:00
tls_internal.h Check the security of DH key shares 2022-06-29 08:27:51 +00:00
tls_key_share.c Check the security of DH key shares 2022-06-29 08:27:51 +00:00