summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1tb2024-09-221-3/+1
* Make error 235 resolve to "no application protocol"tb2024-09-091-2/+1
* Fix alert callback in the QUIC layertb2024-09-091-2/+12
* Add and use tls13_record_layer_alert_sent()tb2024-09-092-3/+12
* Update for OPENSSL_cpu_caps() now being machine independent.jsing2024-08-311-6/+2
* major bump for libcrypto libssl and libtlstb2024-08-311-2/+2
* Remove SSL_add_compression_methodtb2024-08-316-36/+10
* Bump minor after symbol additiontb2024-08-121-1/+1
* Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() totb2024-08-121-0/+2
* Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()tb2024-08-121-5/+1
* Add include path for crypto_arch.h.jsing2024-08-111-1/+2
* Document SSL_CTX_set_cert_storetb2024-08-031-2/+18
* Prepare to provide SSL_CTX_set1_cert_store()tb2024-08-033-3/+17
* Remove get_cipher from SSL_METHOD.jsing2024-07-235-73/+32
* Use cipher suite values instead of IDs.jsing2024-07-2212-392/+179
* Remove cipher from SSL_SESSION.jsing2024-07-2013-73/+70
* Annotate issues with tls_session_secret_cb() related code.jsing2024-07-192-2/+15
* Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.jsing2024-07-196-28/+26
* Clean up SSL_HANDSHAKE_MAC_DEFAULT.jsing2024-07-163-63/+39
* Fix .Ox for SSL_CIPHER_get_handshake_digest()tb2024-07-161-3/+3
* Mop up TLS1_PRF* defines.jsing2024-07-152-76/+67
* ocurred -> occurredjsg2024-07-151-3/+3
* Forgot to annotate the TMP UGLY CAST[S] as requested by jsingtb2024-07-141-1/+2
* Document SSL_CIPHER_get_handshake_digest(3)tb2024-07-141-2/+22
* Prepare to provide SSL_CIPHER_get_handshake_digest()tb2024-07-143-3/+23
* ssl2.h and ssl23.h join the party in the attictb2024-07-135-257/+11
* Make error constants const in libssltb2024-07-131-5/+5
* Despite being an ELF citizen, hppa is its own special snowflake and requiresmiod2024-07-121-1/+5
* Adjust documentation for SSL_select_next_proto()tb2024-07-111-30/+48
* Follow BoringSSL's nomenclature in SSL_select_next_proto()tb2024-07-111-28/+30
* Don't push the error stack in ssl_sigalg_select()beck2024-07-091-2/+1
* Fix TLS key share check to not fire when using < TLS 1.3beck2024-07-091-7/+6
* Actually enable namespaced builds in both libcrypto and libsslbeck2024-07-091-3/+3
* fix typotb2024-06-291-2/+2
* The ALPN callback should really ignore the out parameter if there'stb2024-06-281-3/+13
* Fix SSL_select_next_proto()tb2024-06-281-29/+54
* Remove handling of SSLv2 client hello messages.jsing2024-06-281-205/+1
* remove psk_idx from tlsext_randomize_build_order()tb2024-06-261-3/+3
* tls_extension_find(): make output index optionaltb2024-06-261-2/+3
* Implement RSA key exchange in constant time.jsing2024-06-253-63/+73
* Fix TLS extension shufflingtb2024-06-251-2/+2
* ssl_err: KNF tweaktb2024-06-241-2/+2
* ssl_err: fix whitespacetb2024-06-241-13/+13
* Provide CBB_add_u32_length_prefixed().jsing2024-06-222-2/+15
* ssl_tlsext: fix uninitialized variable warning with gcctb2024-06-061-2/+3
* remove unused typedefs with structs that were removedjsg2024-05-271-6/+1
* sync inclusion of <stdlib.h> from libcryptotb2024-05-253-3/+6
* Make signature of SSL_COMP_add_compression_method(3) match realitytb2024-05-231-3/+3
* remove prototypes with no matching functionjsg2024-05-191-2/+1
* SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_tb2024-05-161-3/+3