summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2024-08-12Bump minor after symbol additionTheo Buehler
2024-08-12Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() toTheo Buehler
2024-08-12Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-08-11Add include path for crypto_arch.h.Joel Sing
2024-08-03Document SSL_CTX_set_cert_storeTheo Buehler
2024-08-03Prepare to provide SSL_CTX_set1_cert_store()Theo Buehler
2024-07-23Remove get_cipher from SSL_METHOD.Joel Sing
2024-07-22Use cipher suite values instead of IDs.Joel Sing
2024-07-20Remove cipher from SSL_SESSION.Joel Sing
2024-07-19Annotate issues with tls_session_secret_cb() related code.Joel Sing
2024-07-19Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.Joel Sing
2024-07-16Clean up SSL_HANDSHAKE_MAC_DEFAULT.Joel Sing
2024-07-16Fix .Ox for SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-07-15Mop up TLS1_PRF* defines.Joel Sing
2024-07-15ocurred -> occurredJonathan Gray
2024-07-14Forgot to annotate the TMP UGLY CAST[S] as requested by jsingTheo Buehler
2024-07-14Document SSL_CIPHER_get_handshake_digest(3)Theo Buehler
2024-07-14Prepare to provide SSL_CIPHER_get_handshake_digest()Theo Buehler
2024-07-13ssl2.h and ssl23.h join the party in the atticTheo Buehler
2024-07-13Make error constants const in libsslTheo Buehler
2024-07-12Despite being an ELF citizen, hppa is its own special snowflake and requiresMiod Vallat
2024-07-11Adjust documentation for SSL_select_next_proto()Theo Buehler
2024-07-11Follow BoringSSL's nomenclature in SSL_select_next_proto()Theo Buehler
2024-07-09Don't push the error stack in ssl_sigalg_select()Bob Beck
2024-07-09Fix TLS key share check to not fire when using < TLS 1.3Bob Beck
2024-07-09Actually enable namespaced builds in both libcrypto and libsslBob Beck
2024-06-29fix typoTheo Buehler
2024-06-28The ALPN callback should really ignore the out parameter if there'sTheo Buehler
2024-06-28Fix SSL_select_next_proto()Theo Buehler
2024-06-28Remove handling of SSLv2 client hello messages.Joel Sing
2024-06-26remove psk_idx from tlsext_randomize_build_order()Theo Buehler
2024-06-26tls_extension_find(): make output index optionalTheo Buehler
2024-06-25Implement RSA key exchange in constant time.Joel Sing
2024-06-25Fix TLS extension shufflingTheo Buehler
2024-06-24ssl_err: KNF tweakTheo Buehler
2024-06-24ssl_err: fix whitespaceTheo Buehler
2024-06-22Provide CBB_add_u32_length_prefixed().Joel Sing
2024-06-06ssl_tlsext: fix uninitialized variable warning with gccTheo Buehler
2024-05-27remove unused typedefs with structs that were removedJonathan Gray
2024-05-25sync inclusion of <stdlib.h> from libcryptoTheo Buehler
2024-05-23Make signature of SSL_COMP_add_compression_method(3) match realityTheo Buehler
2024-05-19remove prototypes with no matching functionJonathan Gray
2024-05-16SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_Theo Buehler
2024-05-10Remove fixed nonce length information from algorithm2Theo Buehler
2024-05-09sync the SSL text; ok tbJason McIntyre
2024-05-09ssl_ciph.c: unwrap a lineTheo Buehler
2024-05-09Remove leftover logic of SSL2 supportTheo Buehler
2024-05-09Plug a "leak" in ssl_security_group()Theo Buehler
2024-05-08Avoid OpenSSL SSL repetitionsTheo Buehler
2024-04-16Fix key share negotiation in HRR caseTheo Buehler