summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2023-06-27Switch from get_rfc*() to BN_get_rfc*()Theo Buehler
2023-06-11Convert legacy server kex to one-shot sign/verifyTheo Buehler
2023-06-11Easy EVP_Digest{Sign,Verify} conversions for legacy stackTheo Buehler
2023-06-10Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3Theo Buehler
2023-05-26Move verified_chain from SSL to SSL_HANDSHAKETheo Buehler
2023-05-16add missing pointer invalidationJoshua Stein
2023-05-05Use -Wshadow with clangTheo Buehler
2023-04-28Too many stupid things whine about these being used uninitializedTheo Buehler
2023-04-27ssl_tlsext.c: Add an accessor for the tls extension type.Theo Buehler
2023-04-25Bump majors after symbol addition and removalTheo Buehler
2023-04-25Fix allocation sizeTheo Buehler
2023-04-25Unbreak tree: file missed in last commitTheo Buehler
2023-04-24Free and calloc() the tlsext_build_order and remember its lengthTheo Buehler
2023-04-24Use TLSEXT_TYPE_alpn instead of the stupid long oneTheo Buehler
2023-04-23Randomize the order of TLS extensionsTheo Buehler
2023-04-11Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)Ingo Schwarze
2023-03-10Crankl libcrypto/libssl/libtls minors after symbol additionTheo Buehler
2023-02-16libressl *_namespace.h: adjust *_ALIAS() to require a semicolonTheo Buehler
2022-12-26fix another typo in comment in a line touched by the last commit (thisStuart Henderson
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2010-10-01import OpenSSL-1.0.0aDamien Miller
2022-12-18document the interaction with BIO_dup_chain(3)Ingo Schwarze
2022-12-11Add a small blurb on @SECLEVEL=nTheo Buehler
2022-11-26Make header guards of internal headers consistentTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-23Reverse arguments in CBS_dup()Theo Buehler
2022-11-13Bump libssl minor to match libcryptoTheo Buehler
2022-11-11Convert the legacy TLS stack to tls_content.Joel Sing
2022-11-11Symbols.list: Drop comments and sort.Theo Buehler
2022-11-11Add support for symbol hiding disabled by default.Bob Beck
2022-11-10Use tls_buffer for alert and handshake fragments in the legacy stack.Joel Sing
2022-11-09Sync CBS_strdup() documentation update from libcrypto.Joel Sing
2022-11-07Rewrite TLSv1.2 key exporter.Joel Sing
2022-11-07Move tls13_exporter() code.Joel Sing
2022-10-21Add extra NULL check after ssl3_setup_read_buffer()Theo Buehler
2022-10-20Initial parsing of the NewSessionTicket messageTheo Buehler
2022-10-20Provide TLS13_MAX_TICKET_LIFETIME #defineTheo Buehler
2022-10-20Provide ssl_session_dup()Theo Buehler
2022-10-20Clean up resumption master secret in SSL_SESSION_free()Theo Buehler
2022-10-20Extend SSL_SESSION struct for TLSv1.3 PSKTheo Buehler
2022-10-20Annotate misuse of EVP_Digest()Theo Buehler
2022-10-14Error out if the out secret wasn't properly initializedTheo Buehler
2022-10-05unwrap two lines for readabilityTheo Buehler
2022-10-02Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.Joel Sing
2022-10-01Move handshake message handling functions from ssl_both.c to client/server.Joel Sing
2022-09-17Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.Joel Sing
2022-09-17Link to SSL_read_early_data(3)Klemens Nanni
2022-09-11Enforce the minimum TLS version requirement for QUIC.Joel Sing
2022-09-11Crank major after symbol addition and libcrypto major bumpTheo Buehler
2022-09-11Update Symbols.listTheo Buehler