| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump majors after symbol addition and removal | tb | 2023-04-25 | 1 | -2/+2 |
* | Fix allocation size | tb | 2023-04-25 | 1 | -3/+3 |
* | Unbreak tree: file missed in last commit | tb | 2023-04-25 | 1 | -1/+3 |
* | Free and calloc() the tlsext_build_order and remember its length | tb | 2023-04-24 | 1 | -2/+14 |
* | Use TLSEXT_TYPE_alpn instead of the stupid long one | tb | 2023-04-24 | 1 | -2/+2 |
* | Randomize the order of TLS extensions | tb | 2023-04-23 | 4 | -5/+71 |
* | Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3) | schwarze | 2023-04-11 | 1 | -2/+11 |
* | Crankl libcrypto/libssl/libtls minors after symbol addition | tb | 2023-03-10 | 1 | -1/+1 |
* | libressl *_namespace.h: adjust *_ALIAS() to require a semicolon | tb | 2023-02-16 | 2 | -7/+7 |
* | fix another typo in comment in a line touched by the last commit (this | sthen | 2022-12-26 | 1 | -1/+1 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 10 | -23/+23 |
* | document the interaction with BIO_dup_chain(3) | schwarze | 2022-12-18 | 1 | -2/+14 |
* | Add a small blurb on @SECLEVEL=nlibressl-v3.7.0 | tb | 2022-12-11 | 1 | -2/+8 |
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 2 | -4/+4 |
* | Make internal header file names consistent | tb | 2022-11-26 | 46 | -104/+103 |
* | Reverse arguments in CBS_dup() | tb | 2022-11-23 | 1 | -2/+2 |
* | Bump libssl minor to match libcrypto | tb | 2022-11-13 | 1 | -1/+1 |
* | Convert the legacy TLS stack to tls_content. | jsing | 2022-11-11 | 10 | -190/+292 |
* | Symbols.list: Drop comments and sort. | tb | 2022-11-11 | 1 | -33/+22 |
* | Add support for symbol hiding disabled by default. | beck | 2022-11-11 | 4 | -2/+78 |
* | Use tls_buffer for alert and handshake fragments in the legacy stack. | jsing | 2022-11-10 | 5 | -49/+94 |
* | Sync CBS_strdup() documentation update from libcrypto. | jsing | 2022-11-09 | 1 | -6/+4 |
* | Rewrite TLSv1.2 key exporter. | jsing | 2022-11-07 | 5 | -96/+163 |
* | Move tls13_exporter() code. | jsing | 2022-11-07 | 2 | -72/+73 |
* | Add extra NULL check after ssl3_setup_read_buffer() | tb | 2022-10-21 | 1 | -2/+5 |
* | Initial parsing of the NewSessionTicket message | tb | 2022-10-20 | 1 | -2/+103 |
* | Provide TLS13_MAX_TICKET_LIFETIME #define | tb | 2022-10-20 | 1 | -1/+8 |
* | Provide ssl_session_dup() | tb | 2022-10-20 | 2 | -2/+108 |
* | Clean up resumption master secret in SSL_SESSION_free() | tb | 2022-10-20 | 1 | -1/+3 |
* | Extend SSL_SESSION struct for TLSv1.3 PSK | tb | 2022-10-20 | 1 | -2/+4 |
* | Annotate misuse of EVP_Digest() | tb | 2022-10-20 | 1 | -1/+2 |
* | Error out if the out secret wasn't properly initialized | tb | 2022-10-14 | 1 | -2/+6 |
* | unwrap two lines for readability | tb | 2022-10-05 | 1 | -5/+3 |
* | Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL. | jsing | 2022-10-02 | 26 | -1237/+1220 |
* | Move handshake message handling functions from ssl_both.c to client/server. | jsing | 2022-10-01 | 4 | -225/+342 |
* | Allow TLSv1.3 clients to send CCS without middlebox compatibility mode. | jsing | 2022-09-17 | 1 | -4/+2 |
* | Link to SSL_read_early_data(3) | kn | 2022-09-17 | 1 | -3/+3 |
* | Enforce the minimum TLS version requirement for QUIC. | jsing | 2022-09-11 | 1 | -1/+9 |
* | Crank major after symbol addition and libcrypto major bump | tb | 2022-09-11 | 1 | -2/+2 |
* | Update Symbols.list | tb | 2022-09-11 | 1 | -0/+11 |
* | Expose SSL_get_share_{group,curve}() and related #defines | tb | 2022-09-11 | 1 | -7/+3 |
* | Expose some error codes needed for QUIC support | tb | 2022-09-11 | 1 | -3/+1 |
* | Be stricter with middlebox compatibility mode in the TLSv1.3 server. | jsing | 2022-09-11 | 1 | -5/+21 |
* | Only permit CCS messages if requesting middlebox compatibility mode. | jsing | 2022-09-11 | 1 | -4/+4 |
* | Use CBS when procesing a CCS message in the legacy stack. | jsing | 2022-09-11 | 1 | -4/+7 |
* | Ensure there is no trailing data for a CCS received by the TLSv1.3 stack. | jsing | 2022-09-11 | 1 | -1/+3 |
* | Use CBS to parse TLS alerts in the legacy stack. | jsing | 2022-09-10 | 1 | -4/+10 |
* | Provide a version of ssl_msg_callback() that takes a CBS. | jsing | 2022-09-10 | 3 | -8/+17 |
* | fix repeated words | jsg | 2022-09-10 | 1 | -3/+3 |
* | ssl_cipher_process_rulestr: return early if a cipher command is invalid | millert | 2022-09-08 | 1 | -5/+2 |