| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provide EVP_PKEY_up_ref(). | jsing | 2018-02-14 | 3 | -2/+11 |
* | Start providing parts of the OpenSSL 1.1 API. | jsing | 2018-02-14 | 3 | -2/+24 |
* | Provide X509_get_signature_nid(). | jsing | 2018-02-14 | 3 | -12/+21 |
* | Provide SSL_CTX_get0_param() and SSL_get0_param(). | jsing | 2018-02-14 | 3 | -5/+20 |
* | Update keypair regress to match revised keypair hash handling. | jsing | 2018-02-14 | 1 | -11/+10 |
* | New manual page EVP_PKEY_asn1_new(3) from Richard Levitte | schwarze | 2018-02-14 | 8 | -13/+475 |
* | I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr. | schwarze | 2018-02-14 | 1 | -3/+3 |
* | Mention two more block cipher modes that actually exist in our tree; | schwarze | 2018-02-14 | 1 | -8/+30 |
* | Add the missing RETURN VALUES section. | schwarze | 2018-02-13 | 1 | -5/+118 |
* | Add the missing RETURN VALUES section, mostly from Paul Yang | schwarze | 2018-02-13 | 1 | -11/+38 |
* | Correctly describe BN_get_word(3) and BN_set_word(3). | schwarze | 2018-02-13 | 1 | -20/+25 |
* | Mention that BN_new(3) sets the value to zero; | schwarze | 2018-02-13 | 1 | -5/+6 |
* | Delete duplicate .Nm entry in the NAME section, | schwarze | 2018-02-13 | 1 | -4/+4 |
* | Add the missing RETURN VALUES section. | schwarze | 2018-02-13 | 1 | -14/+76 |
* | Add the missing RETURN VALUES section; | schwarze | 2018-02-12 | 1 | -3/+21 |
* | Add the missing RETURN VALUES section; | schwarze | 2018-02-12 | 1 | -3/+15 |
* | Add missing RETURN VALUES section. | schwarze | 2018-02-12 | 1 | -4/+15 |
* | Add the missing RETURN VALUES section and reorder the content | schwarze | 2018-02-12 | 1 | -35/+93 |
* | Document three more functions recently made public by jsing@ | schwarze | 2018-02-11 | 1 | -18/+185 |
* | typo in output string; from edgar pettijohn | jmc | 2018-02-11 | 1 | -2/+2 |
* | Merge documentation from OpenSSL for seven functions | schwarze | 2018-02-11 | 1 | -7/+196 |
* | Be more specific about when the session file will be updated. | jsing | 2018-02-10 | 1 | -2/+2 |
* | Bump TLS API version since we've added more functionality. | jsing | 2018-02-10 | 1 | -2/+2 |
* | Move the keypair pubkey hash handling code to during config. | jsing | 2018-02-10 | 4 | -69/+95 |
* | Tidy/standardise some code. | jsing | 2018-02-10 | 1 | -6/+3 |
* | Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo | jsing | 2018-02-10 | 1 | -3/+1 |
* | Document functions for client-side TLS session support. | jsing | 2018-02-10 | 2 | -9/+56 |
* | Add support to libtls for client-side TLS session resumption. | jsing | 2018-02-10 | 6 | -5/+195 |
* | Bump lib{crypto,ssl,tls} minors due to symbol addition. | jsing | 2018-02-10 | 3 | -3/+3 |
* | Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2 | jsing | 2018-02-10 | 2 | -1/+26 |
* | Update regress to use tlsext_serverhello_parse(). | jsing | 2018-02-08 | 1 | -5/+3 |
* | Complete the TLS extension rewrite on the client-side. | jsing | 2018-02-08 | 4 | -156/+93 |
* | Convert option handling for openssl(1) genpkey. | jsing | 2018-02-08 | 1 | -110/+177 |
* | Update regress to match change to tls_keypair_pubkey_hash(). | jsing | 2018-02-08 | 1 | -3/+4 |
* | Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of | jsing | 2018-02-08 | 3 | -14/+11 |
* | Add a regress test that covers libtls keypairs. | jsing | 2018-02-08 | 3 | -1/+248 |
* | Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings | jsing | 2018-02-08 | 1 | -2/+2 |
* | Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash. | jsing | 2018-02-08 | 1 | -6/+5 |
* | Do not bother NULLing pointers in a struct that is about to be freed. | jsing | 2018-02-08 | 1 | -10/+1 |
* | Move tls_keypair_pubkey_hash() to the keypair file. | jsing | 2018-02-08 | 3 | -43/+43 |
* | Avoid a memory leak that results when the same tls_config is reused. | jsing | 2018-02-08 | 1 | -1/+4 |
* | Assert tedu's copyright since some of the code moved here is his. | jsing | 2018-02-08 | 1 | -1/+2 |
* | Split keypair handling out into its own file - it had already appeared | jsing | 2018-02-08 | 6 | -166/+215 |
* | use consistent style for for loop in unmap(), no functional change | otto | 2018-02-07 | 1 | -4/+2 |
* | Restore a check before BN_free() that needs to exist and write it such that | jsing | 2018-02-07 | 1 | -2/+3 |
* | Nuke some more free NULL guards. | jsing | 2018-02-07 | 1 | -9/+5 |
* | Indent labels with a single space so that diff prototypes are more useful. | jsing | 2018-02-07 | 45 | -190/+190 |
* | Add more free functions for NULL checks. | jsing | 2018-02-07 | 1 | -16/+67 |
* | Remove guards around *_free() calls since these functions handle NULL. | jsing | 2018-02-07 | 18 | -114/+67 |
* | Remove guards around *_free() calls since these functions handle NULL. | jsing | 2018-02-07 | 1 | -27/+15 |