| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert ssl3_cipher_by_id() to bsearch() | tb | 2023-11-29 | 3 | -39/+19 |
* | Use a long for id in ssl3_get_cipher_by_id() | tb | 2023-11-29 | 2 | -4/+4 |
* | Switch to legacy method late in tls13_use_legacy_stack() | tb | 2023-11-28 | 1 | -3/+7 |
* | Move ssl_cipher_id_cmp() next to its only caller | tb | 2023-11-25 | 2 | -15/+14 |
* | Unhook and remove the now even more useless ssl_algs.c than it was before. | tb | 2023-11-22 | 2 | -68/+1 |
* | Make SSL_library_init() a wrapper of OPENSSL_init_ssl() | tb | 2023-11-22 | 2 | -61/+9 |
* | Stop calling SSL_library_init() from OPENSSL_init_ssl_internal() | tb | 2023-11-22 | 1 | -2/+1 |
* | Move SSL_library_init() next to OPENSSL_init_ssl() | tb | 2023-11-22 | 1 | -3/+2 |
* | Unifdef OPENSSL_NO_ENGINE in libssl | tb | 2023-11-19 | 5 | -69/+5 |
* | Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c | tb | 2023-11-19 | 1 | -17/+4 |
* | Check for negative EVP_CIPHER_CTX_iv_length() return in libssl | tb | 2023-11-18 | 2 | -9/+13 |
* | Mention a subtle difference between PEM_def_callback(3) and the example. | schwarze | 2023-09-19 | 1 | -2/+9 |
* | Remove the duplicate documentation of pem_password_cb(3). | schwarze | 2023-09-19 | 1 | -56/+94 |
* | More 0/NULL confusions in SSL_CTX_new() | tb | 2023-09-19 | 1 | -8/+8 |
* | Fix some NULL/0 misspellings in SSL_CTX_new() | tb | 2023-09-19 | 1 | -5/+5 |
* | Also remove ecdh.h use from libssl | tb | 2023-07-28 | 1 | -2/+1 |
* | bump libcrypto, libssl, libtls majors | tb | 2023-07-28 | 1 | -1/+1 |
* | Set OPENSSL_NO_ENGINE, remove engine code | tb | 2023-07-28 | 2 | -3/+1 |
* | Fix two aliases in libcrypto spotted by the new symbols test | tb | 2023-07-19 | 2 | -3/+4 |
* | Remove old workaround for F5 | tb | 2023-07-11 | 1 | -13/+2 |
* | fix comment to unbreak things that care about warnings | beck | 2023-07-08 | 1 | -2/+2 |
* | Hide all public symbols in libssl | beck | 2023-07-08 | 21 | -33/+828 |
* | Enable reading RSA-PSS certificates | tb | 2023-07-07 | 1 | -1/+2 |
* | unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo | beck | 2023-07-06 | 3 | -54/+3 |
* | upstream hidden file #include_next workaround for MS C compilers | bcook | 2023-07-05 | 1 | -1/+5 |
* | Simplify allocation checks | tb | 2023-07-02 | 1 | -11/+11 |
* | Disable TLS 1.0 and TLS 1.1 in libssl | beck | 2023-07-02 | 2 | -12/+4 |
* | Switch from get_rfc*() to BN_get_rfc*() | tb | 2023-06-27 | 1 | -7/+7 |
* | Convert legacy server kex to one-shot sign/verify | tb | 2023-06-11 | 2 | -47/+62 |
* | Easy EVP_Digest{Sign,Verify} conversions for legacy stack | tb | 2023-06-11 | 2 | -23/+8 |
* | Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3 | tb | 2023-06-10 | 2 | -22/+10 |
* | Move verified_chain from SSL to SSL_HANDSHAKE | tb | 2023-05-26 | 4 | -14/+17 |
* | add missing pointer invalidation | jcs | 2023-05-16 | 1 | -1/+2 |
* | Use -Wshadow with clang | tb | 2023-05-05 | 1 | -2/+2 |
* | Too many stupid things whine about these being used uninitialized | tb | 2023-04-28 | 1 | -2/+2 |
* | ssl_tlsext.c: Add an accessor for the tls extension type. | tb | 2023-04-27 | 1 | -1/+7 |
* | Bump majors after symbol addition and removal | tb | 2023-04-25 | 1 | -2/+2 |
* | Fix allocation size | tb | 2023-04-25 | 1 | -3/+3 |
* | Unbreak tree: file missed in last commit | tb | 2023-04-25 | 1 | -1/+3 |
* | Free and calloc() the tlsext_build_order and remember its length | tb | 2023-04-24 | 1 | -2/+14 |
* | Use TLSEXT_TYPE_alpn instead of the stupid long one | tb | 2023-04-24 | 1 | -2/+2 |
* | Randomize the order of TLS extensions | tb | 2023-04-23 | 4 | -5/+71 |
* | Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3) | schwarze | 2023-04-11 | 1 | -2/+11 |
* | Crankl libcrypto/libssl/libtls minors after symbol addition | tb | 2023-03-10 | 1 | -1/+1 |
* | libressl *_namespace.h: adjust *_ALIAS() to require a semicolon | tb | 2023-02-16 | 2 | -7/+7 |
* | fix another typo in comment in a line touched by the last commit (this | sthen | 2022-12-26 | 1 | -1/+1 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 10 | -23/+23 |
* | document the interaction with BIO_dup_chain(3) | schwarze | 2022-12-18 | 1 | -2/+14 |
* | Add a small blurb on @SECLEVEL=nlibressl-v3.7.0 | tb | 2022-12-11 | 1 | -2/+8 |
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 2 | -4/+4 |