| Commit message (Expand) | Author | Files | Lines |
2021-09-08 | Fix leak in cms_RecipientInfo_kekri_decrypt() | tb | 1 | -1/+2 |
2021-09-08 | Prepare to provide SSL_get_tlsext_status_type() | tb | 3 | -3/+20 |
2021-09-08 | Prepare to provide SSL_set0_rbio() | tb | 2 | -2/+12 |
2021-09-08 | Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn() | tb | 2 | -9/+137 |
2021-09-08 | Replace bare ; with continue; | job | 1 | -7/+7 |
2021-09-08 | Fix indentation of comments and labels | job | 2 | -165/+167 |
2021-09-07 | Replace (&(x)) pattern with &x | job | 2 | -32/+32 |
2021-09-07 | KNF | job | 2 | -1478/+1548 |
2021-09-06 | The default Ruby has switched to 3.0 | tb | 1 | -2/+2 |
2021-09-05 | new sentence, new line, and tweak wording of previous; | jmc | 1 | -2/+3 |
2021-09-05 | Remove unused variable tmptm in do_body of openssl(1) ca | inoguchi | 1 | -8/+2 |
2021-09-05 | Using serial number instead as subject if it is empty in openssl(1) ca | inoguchi | 2 | -3/+36 |
2021-09-05 | Check extensions before setting version to v3 | inoguchi | 1 | -5/+10 |
2021-09-05 | Use accessor method rather than direct X509 structure access | inoguchi | 1 | -20/+10 |
2021-09-04 | Factor out the TLSv1.3 code that handles content from TLS records. | jsing | 6 | -80/+238 |
2021-09-04 | Refactor ssl_update_cache. This now matches the logic used for TLS 1.3 | beck | 1 | -22/+106 |
2021-09-04 | Improve DTLS hello request handling code. | jsing | 1 | -2/+8 |
2021-09-04 | Change dtls1_get_message_header() to take a CBS. | jsing | 3 | -22/+21 |
2021-09-04 | Improve DTLS record header parsing. | jsing | 1 | -7/+7 |
2021-09-04 | Disable tests that don't work in bluhms regress framework. | mbuhl | 1 | -1/+7 |
2021-09-03 | Add X509 Extensions for IP Addresses and AS Identifiers | job | 1 | -1/+2 |
2021-09-03 | * add the missing STANDARDS section as noticed by tb@ | schwarze | 1 | -3/+20 |
2021-09-03 | Implement a -h option that allows specifying a target host that | tb | 1 | -9/+13 |
2021-09-03 | Now that the issue is fixed, enable test-extensions.py | tb | 1 | -6/+2 |
2021-09-03 | Use SSL3_HM_HEADER_LENGTH instead of the magic number 4. | jsing | 1 | -13/+14 |
2021-09-03 | Ensure that a server hello does not have trailing data. | jsing | 1 | -1/+4 |
2021-09-03 | Ensure that a client hello does not have trailing data. | jsing | 1 | -1/+4 |
2021-09-03 | Set message_size correctly when switching to the legacy stack. | jsing | 1 | -2/+2 |
2021-09-03 | Make Bob happy. | bluhm | 1 | -1/+5 |
2021-09-03 | Call the callback on success in new verifier in a compatible way | beck | 4 | -19/+56 |
2021-09-02 | Unroll ASN1_ITEM_ref() | job | 1 | -1/+1 |
2021-09-02 | Change OPENSSL_strdup() to strdup() | job | 1 | -1/+1 |
2021-09-02 | Change OPENSSL_malloc to calloc() | job | 1 | -1/+2 |
2021-09-02 | Repair unrolling of static ASN1_ITEM IPAddrBlocks_it | job | 1 | -0/+11 |
2021-09-02 | Make v3_addr and v3_asid extern const | job | 1 | -2/+2 |
2021-09-02 | Add err.h for X509error() and friends | job | 2 | -0/+2 |
2021-09-02 | Fix OPENSSL_assert() and assert() | job | 2 | -35/+17 |
2021-09-02 | Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocks | job | 1 | -4/+7 |
2021-09-02 | Change the OPENSSL_strdup() to strdup() | job | 1 | -3/+4 |
2021-09-02 | Fix header file includes | job | 2 | -8/+9 |
2021-09-02 | Move the error put functions from X509V3err() to X509V3error() | job | 2 | -52/+32 |
2021-09-02 | Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE() | job | 2 | -46/+218 |
2021-09-02 | Add -f to usage | tb | 1 | -2/+2 |
2021-09-02 | OPENSSL_assert() is not appropriate in this context | job | 1 | -2/+3 |
2021-09-02 | Replace ossl_assert()/assert() with OPENSSL_assert() | job | 2 | -14/+14 |
2021-09-02 | Enable vfork syscall test. Disable SIGSTOP test as it is masked until | mbuhl | 5 | -6/+45 |
2021-09-02 | We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message | beck | 1 | -2/+3 |
2021-09-02 | Replace OPENSSL_free() with free() | job | 2 | -7/+7 |
2021-09-02 | Unroll IMPLEMENT_ASN1_FUNCTIONS() | job | 2 | -8/+197 |
2021-09-02 | Unroll DECLARE_ASN1_FUNCTIONS() | job | 1 | -9/+56 |