summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Convert legacy server kex to one-shot sign/verifytb2023-06-112-47/+62
* Easy EVP_Digest{Sign,Verify} conversions for legacy stacktb2023-06-112-23/+8
* Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3tb2023-06-102-22/+10
* Move verified_chain from SSL to SSL_HANDSHAKEtb2023-05-264-14/+17
* add missing pointer invalidationjcs2023-05-161-1/+2
* Use -Wshadow with clangtb2023-05-051-2/+2
* Too many stupid things whine about these being used uninitializedtb2023-04-281-2/+2
* ssl_tlsext.c: Add an accessor for the tls extension type.tb2023-04-271-1/+7
* Bump majors after symbol addition and removaltb2023-04-251-2/+2
* Fix allocation sizetb2023-04-251-3/+3
* Unbreak tree: file missed in last committb2023-04-251-1/+3
* Free and calloc() the tlsext_build_order and remember its lengthtb2023-04-241-2/+14
* Use TLSEXT_TYPE_alpn instead of the stupid long onetb2023-04-241-2/+2
* Randomize the order of TLS extensionstb2023-04-234-5/+71
* Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)schwarze2023-04-111-2/+11
* Crankl libcrypto/libssl/libtls minors after symbol additiontb2023-03-101-1/+1
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-162-7/+7
* fix another typo in comment in a line touched by the last commit (thissthen2022-12-261-1/+1
* spelling fixes; from paul tagliamontejmc2022-12-2610-23/+23
* document the interaction with BIO_dup_chain(3)schwarze2022-12-181-2/+14
* Add a small blurb on @SECLEVEL=nlibressl-v3.7.0tb2022-12-111-2/+8
* Make header guards of internal headers consistenttb2022-11-262-4/+4
* Make internal header file names consistenttb2022-11-2646-104/+103
* Reverse arguments in CBS_dup()tb2022-11-231-2/+2
* Bump libssl minor to match libcryptotb2022-11-131-1/+1
* Convert the legacy TLS stack to tls_content.jsing2022-11-1110-190/+292
* Symbols.list: Drop comments and sort.tb2022-11-111-33/+22
* Add support for symbol hiding disabled by default.beck2022-11-114-2/+78
* Use tls_buffer for alert and handshake fragments in the legacy stack.jsing2022-11-105-49/+94
* Sync CBS_strdup() documentation update from libcrypto.jsing2022-11-091-6/+4
* Rewrite TLSv1.2 key exporter.jsing2022-11-075-96/+163
* Move tls13_exporter() code.jsing2022-11-072-72/+73
* Add extra NULL check after ssl3_setup_read_buffer()tb2022-10-211-2/+5
* Initial parsing of the NewSessionTicket messagetb2022-10-201-2/+103
* Provide TLS13_MAX_TICKET_LIFETIME #definetb2022-10-201-1/+8
* Provide ssl_session_dup()tb2022-10-202-2/+108
* Clean up resumption master secret in SSL_SESSION_free()tb2022-10-201-1/+3
* Extend SSL_SESSION struct for TLSv1.3 PSKtb2022-10-201-2/+4
* Annotate misuse of EVP_Digest()tb2022-10-201-1/+2
* Error out if the out secret wasn't properly initializedtb2022-10-141-2/+6
* unwrap two lines for readabilitytb2022-10-051-5/+3
* Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.jsing2022-10-0226-1237/+1220
* Move handshake message handling functions from ssl_both.c to client/server.jsing2022-10-014-225/+342
* Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.jsing2022-09-171-4/+2
* Link to SSL_read_early_data(3)kn2022-09-171-3/+3
* Enforce the minimum TLS version requirement for QUIC.jsing2022-09-111-1/+9
* Crank major after symbol addition and libcrypto major bumptb2022-09-111-2/+2
* Update Symbols.listtb2022-09-111-0/+11
* Expose SSL_get_share_{group,curve}() and related #definestb2022-09-111-7/+3
* Expose some error codes needed for QUIC supporttb2022-09-111-3/+1