| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch SSL_SESSION's session_id_length to a size_t | tb | 2022-06-07 | 1 | -2/+2 |
* | Add missing error check call in ssl3_get_new_session_ticket() | tb | 2022-06-07 | 1 | -4/+9 |
* | Another small readability tweak: compare explicitly against 0 and NULL, | tb | 2022-06-07 | 1 | -4/+3 |
* | Tweak readability of a test: compare tmp explicitly against 0 and drop | tb | 2022-06-07 | 1 | -2/+2 |
* | Add a cast to SSL_SESSION_get_id() to indicate that session_id_length | tb | 2022-06-07 | 1 | -2/+2 |
* | fix indent | tb | 2022-06-07 | 1 | -2/+2 |
* | Unindent and simplify remove_session_lock() | tb | 2022-06-07 | 1 | -21/+22 |
* | Drop an unnecessary cast | tb | 2022-06-07 | 1 | -2/+2 |
* | Simplify CBS_write_bytes() invocation | tb | 2022-06-07 | 1 | -5/+2 |
* | The master_key_length can no longer be < 0 | tb | 2022-06-07 | 1 | -2/+2 |
* | Switch the SSL_SESSION's master_key_length to a size_t | tb | 2022-06-07 | 1 | -2/+2 |
* | Add error checking to tls_session_secret_cb() calls | tb | 2022-06-07 | 2 | -32/+49 |
* | Use SSL3_CK_VALUE_MASK instead of hardcoded 0xffff and remove some | tb | 2022-06-06 | 2 | -12/+6 |
* | Tweak comment describing the SSL_SESSION ASN.1 | tb | 2022-06-06 | 1 | -4/+5 |
* | Minor style cleanup in ssl_txt.c | tb | 2022-06-06 | 1 | -23/+41 |
* | Fix comment + spacing. | tb | 2022-06-06 | 1 | -2/+2 |
* | Remove incorrect and ungrammattical comment | tb | 2022-06-06 | 1 | -3/+2 |
* | Fix spaces before tabs | tb | 2022-06-06 | 1 | -12/+12 |
* | The parse stubs need to skip over the extension data. | tb | 2022-06-04 | 1 | -3/+3 |
* | Tweak a comment using review feedback from jsing | tb | 2022-06-04 | 1 | -4/+4 |
* | Add stubbed out handlers for the pre_shared_key extension | tb | 2022-06-03 | 2 | -2/+65 |
* | Implement handlers for the psk_key_exchange_modes extensions. | tb | 2022-06-03 | 2 | -3/+96 |
* | Add a use_psk_dhe_ke flag to the TLSv1.3 handshake struct | tb | 2022-06-03 | 1 | -1/+4 |
* | Ensure that a client who sent a PSK extension has also sent a PSK | tb | 2022-06-03 | 1 | -4/+9 |
* | Provide #defines for the two currently registered PskKeyExchangeModes. | tb | 2022-06-03 | 1 | -1/+12 |
* | Drop unused KeyUpdate from debug printf | tb | 2022-04-19 | 1 | -3/+1 |
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 4 | -18/+18 |
* | man pages: add missing word, The foo() ... -> The foo() function ... | naddy | 2022-03-29 | 1 | -5/+6 |
* | man pages: add missing commas in enumerations | naddy | 2022-03-29 | 1 | -3/+3 |
* | Clean up {dtls1,ssl3}_read_bytes() | jsing | 2022-03-26 | 2 | -200/+166 |
* | Remove the minimum record length checks from dtls1_read_bytes() | jsing | 2022-03-26 | 1 | -32/+1 |
* | Remove three useless tests files | tb | 2022-03-19 | 3 | -185/+0 |
* | Simplify SSL_do_handshake(). | jsing | 2022-03-18 | 1 | -7/+5 |
* | Rewrite legacy DTLS unexpected handshake message handling. | jsing | 2022-03-18 | 1 | -83/+139 |
* | Rewrite legacy TLS unexpected handshake message handling. | jsing | 2022-03-17 | 1 | -78/+114 |
* | Clean up and simplify ssl3_renegotiate{,_check}() | jsing | 2022-03-17 | 1 | -22/+15 |
* | Remove const from tls1_transcript_hash_value() | jsing | 2022-03-17 | 2 | -5/+5 |
* | Factor out unexpected handshake message handling code in the legacy stack. | jsing | 2022-03-14 | 2 | -229/+256 |
* | Factor out change cipher spec handing code in the legacy stack. | jsing | 2022-03-12 | 3 | -65/+73 |
* | Fix typo in comment | bket | 2022-03-05 | 1 | -2/+2 |
* | Factor out alert handing code in the legacy stack.libressl-v3.5.0 | jsing | 2022-02-21 | 3 | -85/+77 |
* | Avoid gendered language in man pages when not referring to a specific | jsg | 2022-02-18 | 1 | -4/+4 |
* | Remove i <= 0 checks from SSL_get_error() | jsing | 2022-02-06 | 1 | -15/+16 |
* | Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack. | jsing | 2022-02-06 | 1 | -1/+5 |
* | remove please from manual pages | jsg | 2022-02-06 | 1 | -3/+3 |
* | Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_ | tb | 2022-02-05 | 3 | -16/+22 |
* | Bye bye S3I. | jsing | 2022-02-05 | 23 | -772/+755 |
* | Bump libressl's version in pkgconfig to 2.0.0 | tb | 2022-02-04 | 1 | -2/+3 |
* | Cleanup/simplify ssl_cert_type() | jsing | 2022-02-03 | 6 | -34/+24 |
* | Error check for sk_push in libssl | inoguchi | 2022-01-28 | 1 | -4/+7 |