summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
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
2024-04-15crank libssl major after libcrypto major and symbol removalTheo Buehler
2024-04-15Unexport SSL_version_strTheo Buehler
2024-04-04Recommit a better version of the removal of the F5 workaroundTheo Buehler
2024-04-02Backout previous commit (intending that libressl client rejects a supportedStuart Henderson
2024-03-28Stop pandering to the loadbalancer industrial complex.Bob Beck
2024-03-27Fix up server processing of key shares.Bob Beck
2024-03-27Do not allow duplicate groups in supported groups.Bob Beck
2024-03-27Unify up_ref implementations in libsslTheo Buehler
2024-03-26Add an indicator that an extension has been processed.Bob Beck
2024-03-26Process supported groups before key share.Bob Beck
2024-03-25Simplify TLS extension parsing and processing.Joel Sing
2024-03-25Fix typo msg_types -> msg_typeTheo Buehler
2024-03-25Split TLS extension parsing from processing.Joel Sing
2024-03-25Decouple TLS extension table order from tlsext_randomize_build_order()Joel Sing
2024-03-02crank libssl majorTheo Buehler
2024-03-02Remove SSL_debugTheo Buehler
2024-03-02Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFYTheo Buehler
2024-03-02Make {SSL3,TLS}_CT_* internalTheo Buehler
2024-03-02Remove SSL_CIPHER_get_by_{id,value}()Theo Buehler
2024-03-02Export SSL_get_{peer_,}signature_type_nid()Theo Buehler
2024-02-04Of course libssl also has a few missing voidTheo Buehler
2024-02-03Rework the exit path of tls13_handshake_recv_action()Theo Buehler
2024-02-03Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFYTheo Buehler
2024-02-03Zap a trailing blank that snuck into ssl3_get_client_hello()Theo Buehler
2024-02-03Remove GOST and STREEBOG support from libssl.Bob Beck
2024-01-30Restore SSL_shutdown() two step sequence.Joel Sing
2024-01-27Rework tls13_legacy_shutdown() to match the legacy stack behaviour.Joel Sing
2024-01-27Make tls13_legacy_return_code() static.Joel Sing
2024-01-27Add message callbacks for alerts in the TLSv1.3 stack.Joel Sing
2024-01-24Stop fiddling with hash table internals from lhash doall callers.Joel Sing
2024-01-18Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()Theo Buehler
2024-01-13Remove mention of a refcount bugTheo Buehler
2024-01-13BIO_f_ssl.3: Remove explicit library initializationTheo Buehler
2024-01-04Remove last external call to EVP_PKEY_meth_find()Theo Buehler
2023-12-30Fix two more unchecked EVP_PKEY_assign() callsTheo Buehler