| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix corner case for compressed points on binary curves | tb | 2021-05-03 | 1 | -1/+5 |
* | riscv64 openssl config | drahn | 2021-05-02 | 1 | -0/+154 |
* | Prevent future internal use of some #defines | tb | 2021-05-02 | 1 | -1/+3 |
* | Clean up tls1_change_cipher_state(). | jsing | 2021-05-02 | 5 | -42/+29 |
* | In the TLSv1.2 server, set up the key block after sending the CCS. | jsing | 2021-05-02 | 1 | -7/+7 |
* | Clean up dtls1_reset_seq_numbers(). | jsing | 2021-05-02 | 5 | -26/+22 |
* | Ensure that handshake hash is non-NULL in tls1_transcript_hash_value(). | jsing | 2021-05-02 | 1 | -1/+4 |
* | Harden tls12_finished_verify_data() by checking master key length. | jsing | 2021-05-02 | 1 | -1/+4 |
* | Stop deriving peer finished twice for TLSv1.2. | jsing | 2021-05-02 | 1 | -12/+1 |
* | Make TS_compute_imprint a bit more robust. | tb | 2021-05-02 | 1 | -20/+28 |
* | Retire OpenBSD/sgi. | visa | 2021-05-01 | 1 | -5/+1 |
* | bump to LibreSSL 3.4.0 in -current | bcook | 2021-05-01 | 1 | -3/+3 |
* | Plug leak in c2i_ASN1_OBJECT | tb | 2021-05-01 | 1 | -3/+8 |
* | Prevent double free in int_TS_RESP_verify_token | tb | 2021-05-01 | 1 | -1/+2 |
* | Clean up and harden TLSv1.2 master key derivation. | jsing | 2021-04-30 | 5 | -54/+51 |
* | Revert "Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new | tb | 2021-04-28 | 1 | -4/+1 |
* | Relax SAN DNSname validation and constraints to permit non leading * | beck | 2021-04-27 | 1 | -19/+21 |
* | Clean up derivation of finished/peer finished. | jsing | 2021-04-25 | 8 | -116/+147 |
* | Do not leave errors on the error stack on PKCS12_parse() success. | tb | 2021-04-24 | 1 | -1/+3 |
* | Enable the new verifier again so hopefully the remaining kinks get ironed | tb | 2021-04-24 | 1 | -2/+2 |
* | whitespace | tb | 2021-04-23 | 1 | -3/+3 |
* | Only hash known CH extensions | tb | 2021-04-22 | 1 | -5/+5 |
* | Clean up TLSv1.2 certificate request handshake data. | jsing | 2021-04-21 | 5 | -43/+27 |
* | Fix indent of EC_METHODs as requested by jsing. | tb | 2021-04-20 | 6 | -192/+192 |
* | Compare pointer against NULL and fix a KNF issue. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_set_compressed_coordinates | tb | 2021-04-20 | 5 | -57/+41 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use | tb | 2021-04-20 | 10 | -77/+97 |
* | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | tb | 2021-04-20 | 3 | -73/+18 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 18 | -92/+90 |
* | Simplify after EC_POINT_get_curve() addition | tb | 2021-04-20 | 2 | -30/+8 |
* | Compare function pointers against NULL, not 0. | tb | 2021-04-20 | 1 | -3/+3 |
* | Prepare to provide EC_GROUP_{get,set}_curve(3) | tb | 2021-04-20 | 6 | -41/+51 |
* | Remove new_sym_enc and new_aead. | jsing | 2021-04-19 | 3 | -10/+19 |
* | Avoid division by zero in hybrid point encoding | tb | 2021-04-19 | 1 | -17/+49 |
* | Move new_mac_secret_size into the TLSv1.2 handshake struct. | jsing | 2021-04-19 | 2 | -5/+7 |
* | Move reuse_message, message_type, message_size and cert_verify into the | jsing | 2021-04-19 | 6 | -59/+62 |
* | Set alpn_selected_len to zero when freeing alpn_selected. | jsing | 2021-04-19 | 1 | -1/+2 |
* | mention DTLS1_2_VERSION | tb | 2021-04-15 | 1 | -3/+4 |
* | Mention DTLS1_2_VERSION here, too | tb | 2021-04-15 | 1 | -6/+8 |
* | Document SSL_OP_NO_DTLSv1{,_2} | tb | 2021-04-15 | 1 | -2/+15 |
* | Document DTLSv1_2_{,client_,server_}method(3) | tb | 2021-04-15 | 1 | -4/+36 |
* | Merge documentation for SSL_is_dtls() from OpenSSL | tb | 2021-04-15 | 1 | -5/+21 |
* | Switch back to the legacy verifier for the release. | tb | 2021-04-15 | 1 | -2/+2 |
* | Update a stale comment and fix a typo. | tb | 2021-04-11 | 1 | -3/+3 |
* | An extra internal consistency check and a missing stats adjustment. ok tb@ | otto | 2021-04-09 | 1 | -1/+4 |
* | Cache implementation has changed, we do not hold on to an exact number | otto | 2021-04-09 | 1 | -3/+4 |
* | Avoid clobbering the error code when sending an alert | tb | 2021-04-07 | 1 | -2/+3 |
* | Don't leak param->name in x509_verify_param_zero() | tb | 2021-04-05 | 1 | -1/+2 |