| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Expose EC_GROUP_order_bits() in <openssl/ec.h> | tb | 2021-09-10 | 1 | -3/+1 |
* | Expose BN_bn2{,le}binpad() and BN_lebin2bn() in <openssl/bn.h> | tb | 2021-09-10 | 1 | -3/+1 |
* | Expose BN_RAND_* in <openssl/bn.h> | tb | 2021-09-10 | 1 | -3/+1 |
* | Do not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback | tb | 2021-09-10 | 4 | -7/+31 |
* | Prepare to provide BN_RAND_* flags for BN_rand_range() | tb | 2021-09-10 | 1 | -1/+12 |
* | Prepare to provide SSL_CTX_get0_privatekey() | tb | 2021-09-10 | 2 | -2/+14 |
* | Ensure that the kill signal undergoing testing is not ignored. | anton | 2021-09-09 | 1 | -1/+15 |
* | When calling the legacy callback, ensure we catch the case where it | beck | 2021-09-09 | 1 | -2/+5 |
* | Rework openssl-ruby-tests to run all passing tests first, then | tb | 2021-09-09 | 1 | -4/+12 |
* | zap trailing whitespace | tb | 2021-09-09 | 2 | -14/+14 |
* | Prepare to provide EC_GROUP_order_bits() | tb | 2021-09-08 | 11 | -18/+45 |
* | Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs | tb | 2021-09-08 | 3 | -3/+24 |
* | Prepare to provide API stubs for PHA | tb | 2021-09-08 | 2 | -2/+27 |
* | Fix leak in cms_RecipientInfo_kekri_decrypt() | tb | 2021-09-08 | 1 | -1/+2 |
* | Prepare to provide SSL_get_tlsext_status_type() | tb | 2021-09-08 | 3 | -3/+20 |
* | Prepare to provide SSL_set0_rbio() | tb | 2021-09-08 | 2 | -2/+12 |
* | Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn() | tb | 2021-09-08 | 2 | -9/+137 |
* | Replace bare ; with continue; | job | 2021-09-08 | 1 | -7/+7 |
* | Fix indentation of comments and labels | job | 2021-09-08 | 2 | -165/+167 |
* | Replace (&(x)) pattern with &x | job | 2021-09-07 | 2 | -32/+32 |
* | KNF | job | 2021-09-07 | 2 | -1478/+1548 |
* | The default Ruby has switched to 3.0 | tb | 2021-09-06 | 1 | -2/+2 |
* | new sentence, new line, and tweak wording of previous; | jmc | 2021-09-05 | 1 | -2/+3 |
* | Remove unused variable tmptm in do_body of openssl(1) ca | inoguchi | 2021-09-05 | 1 | -8/+2 |
* | Using serial number instead as subject if it is empty in openssl(1) ca | inoguchi | 2021-09-05 | 2 | -3/+36 |
* | Check extensions before setting version to v3 | inoguchi | 2021-09-05 | 1 | -5/+10 |
* | Use accessor method rather than direct X509 structure access | inoguchi | 2021-09-05 | 1 | -20/+10 |
* | Factor out the TLSv1.3 code that handles content from TLS records. | jsing | 2021-09-04 | 6 | -80/+238 |
* | Refactor ssl_update_cache. This now matches the logic used for TLS 1.3 | beck | 2021-09-04 | 1 | -22/+106 |
* | Improve DTLS hello request handling code. | jsing | 2021-09-04 | 1 | -2/+8 |
* | Change dtls1_get_message_header() to take a CBS. | jsing | 2021-09-04 | 3 | -22/+21 |
* | Improve DTLS record header parsing. | jsing | 2021-09-04 | 1 | -7/+7 |
* | Disable tests that don't work in bluhms regress framework. | mbuhl | 2021-09-04 | 1 | -1/+7 |
* | Add X509 Extensions for IP Addresses and AS Identifiers | job | 2021-09-03 | 1 | -1/+2 |
* | * add the missing STANDARDS section as noticed by tb@ | schwarze | 2021-09-03 | 1 | -3/+20 |
* | Implement a -h option that allows specifying a target host that | tb | 2021-09-03 | 1 | -9/+13 |
* | Now that the issue is fixed, enable test-extensions.py | tb | 2021-09-03 | 1 | -6/+2 |
* | Use SSL3_HM_HEADER_LENGTH instead of the magic number 4. | jsing | 2021-09-03 | 1 | -13/+14 |
* | Ensure that a server hello does not have trailing data. | jsing | 2021-09-03 | 1 | -1/+4 |
* | Ensure that a client hello does not have trailing data. | jsing | 2021-09-03 | 1 | -1/+4 |
* | Set message_size correctly when switching to the legacy stack. | jsing | 2021-09-03 | 1 | -2/+2 |
* | Make Bob happy. | bluhm | 2021-09-03 | 1 | -1/+5 |
* | Call the callback on success in new verifier in a compatible way | beck | 2021-09-03 | 4 | -19/+56 |
* | Unroll ASN1_ITEM_ref() | job | 2021-09-02 | 1 | -1/+1 |
* | Change OPENSSL_strdup() to strdup() | job | 2021-09-02 | 1 | -1/+1 |
* | Change OPENSSL_malloc to calloc() | job | 2021-09-02 | 1 | -1/+2 |
* | Repair unrolling of static ASN1_ITEM IPAddrBlocks_it | job | 2021-09-02 | 1 | -0/+11 |
* | Make v3_addr and v3_asid extern const | job | 2021-09-02 | 1 | -2/+2 |
* | Add err.h for X509error() and friends | job | 2021-09-02 | 2 | -0/+2 |
* | Fix OPENSSL_assert() and assert() | job | 2021-09-02 | 2 | -35/+17 |