| Commit message (Expand) | Author | Age | Files | Lines |
* | Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE() | job | 2021-09-02 | 2 | -46/+218 |
* | OPENSSL_assert() is not appropriate in this context | job | 2021-09-02 | 1 | -2/+3 |
* | Replace ossl_assert()/assert() with OPENSSL_assert() | job | 2021-09-02 | 2 | -14/+14 |
* | We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message | beck | 2021-09-02 | 1 | -2/+3 |
* | Replace OPENSSL_free() with free() | job | 2021-09-02 | 2 | -7/+7 |
* | Unroll IMPLEMENT_ASN1_FUNCTIONS() | job | 2021-09-02 | 2 | -8/+197 |
* | Unroll DECLARE_ASN1_FUNCTIONS() | job | 2021-09-02 | 1 | -9/+56 |
* | Rename DEFINE_STACK_OF() to DECLARE_STACK_OF() | job | 2021-09-02 | 1 | -4/+4 |
* | Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif... | job | 2021-09-02 | 7 | -5/+2386 |
* | Call the ocsp callback if present and we get no response, instead of | beck | 2021-09-02 | 1 | -3/+2 |
* | Correct the is_server flag in the call to the debug callback to be correct. | beck | 2021-09-02 | 1 | -2/+2 |
* | RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus | beck | 2021-09-02 | 1 | -3/+37 |
* | inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header | claudio | 2021-09-01 | 2 | -6/+5 |
* | comment out the detailed description of SSL_get_servername(3), | schwarze | 2021-09-01 | 1 | -7/+9 |
* | Remove assignment of value that is never read. | beck | 2021-09-01 | 1 | -2/+1 |
* | Remove some dead code that was missed in an earlier cleanup and | tb | 2021-08-31 | 1 | -4/+3 |
* | Defragment DTLS. | jsing | 2021-08-31 | 2 | -123/+48 |
* | Remove a nonsensical s->version == TLS1_VERSION from DTLS code. | jsing | 2021-08-31 | 1 | -6/+1 |
* | whitespace | tb | 2021-08-31 | 2 | -7/+7 |
* | Clean up and simplify info and msg callbacks. | jsing | 2021-08-30 | 8 | -127/+88 |
* | Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer. | jsing | 2021-08-30 | 5 | -27/+26 |
* | Move to an AEAD nonce allocated in the TLSv1.2 record layer. | jsing | 2021-08-30 | 1 | -45/+36 |
* | sync with OpenSSL 1.1.1, which is still under a free license; | schwarze | 2021-08-30 | 1 | -15/+107 |
* | Ignore warning alert returns from servername callback in TLSv1.3 | tb | 2021-08-30 | 1 | -3/+7 |
* | Revert previous change that changed our default return for unable to | beck | 2021-08-30 | 1 | -11/+5 |
* | Fix Jan's regress in openssl/x509 to do what it says it does, | beck | 2021-08-30 | 1 | -5/+11 |
* | Don't call the verify callback twice on success. | beck | 2021-08-29 | 1 | -2/+1 |
* | Get rid of historical code to extract the roots in the legacy case. | beck | 2021-08-28 | 3 | -78/+33 |
* | Clean up and simplify ssl3_dispatch_alert() and ssl3_send_alert(). | jsing | 2021-08-28 | 1 | -30/+32 |
* | Zap blanks before tabs. | tb | 2021-08-28 | 1 | -4/+4 |
* | Remove the "dump_chain" flag and code. This was a workaround for a problem where | beck | 2021-08-28 | 2 | -16/+4 |
* | Remove unused #include <assert.h>. | tb | 2021-08-27 | 1 | -2/+1 |
* | Fix various read buffer overflow when printing ASN.1 strings (which are | tb | 2021-08-24 | 4 | -14/+20 |
* | Pull roots out of the trust store in the legacy xsc when building chains | beck | 2021-08-19 | 3 | -8/+26 |
* | Import initial code for the SM2 cipher | tb | 2021-08-18 | 7 | -0/+1870 |
* | Add a check_trust call to the legacy chain validation on chain add, remembering | beck | 2021-08-18 | 1 | -2/+10 |
* | Refactor the legacy chain validation from the chain adding code into its | beck | 2021-08-18 | 1 | -52/+70 |
* | typo in comment | tb | 2021-08-16 | 1 | -2/+2 |
* | link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build, | schwarze | 2021-08-06 | 1 | -1/+3 |
* | new manual page X509_ocspid_print(3) | schwarze | 2021-08-06 | 3 | -6/+66 |
* | add a roff(7) comment marking the API function X509_get_default_private_dir() | schwarze | 2021-08-06 | 1 | -2/+5 |
* | SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice. | jsing | 2021-08-04 | 1 | -2/+2 |
* | Document X509_get_default_cert_dir_env(3) | schwarze | 2021-08-03 | 1 | -8/+35 |
* | Document X509_get_default_cert_area(3). | schwarze | 2021-08-03 | 1 | -7/+41 |
* | tweaks regarding X509_LOOKUP_by_subject(3): | schwarze | 2021-08-02 | 1 | -8/+28 |
* | new manual page X509_STORE_get_by_subject(3) | schwarze | 2021-08-02 | 5 | -12/+212 |
* | document X509_STORE_load_mem(3) and X509_STORE_add_lookup(3) | schwarze | 2021-08-01 | 1 | -7/+67 |
* | document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3) | schwarze | 2021-07-31 | 8 | -32/+636 |
* | We have defines for alert levels - use them instead of magic numbers. | jsing | 2021-07-31 | 2 | -7/+5 |
* | Move the explanations related to *ptree closer together and correct | schwarze | 2021-07-30 | 1 | -16/+19 |