Age | Commit message (Expand) | Author |
2018-02-14 | In evp.h rev. 1.54 2018/02/14 16:40:42, jsing@ provided EVP_PKEY_up_ref(3). | Ingo Schwarze |
2018-02-14 | In x509.h rev. 1.27 2018/02/14 16:18:10, jsing@ provided | Ingo Schwarze |
2018-02-14 | In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ provided | Ingo Schwarze |
2018-02-14 | In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ provided | Ingo Schwarze |
2018-02-14 | Bump lib{crypto,ssl,tls} minors due to symbol additions. | Joel Sing |
2018-02-14 | Provide SSL_CTX_up_ref(). | Joel Sing |
2018-02-14 | Provide X509_STORE_CTX_get0_{cert,untrusted}() and | Joel Sing |
2018-02-14 | Provide X509_get{0,m}_not{Before,After}(). | Joel Sing |
2018-02-14 | Provide ASN1_STRING_get0_data(). | Joel Sing |
2018-02-14 | Provide EVP_PKEY_up_ref(). | Joel Sing |
2018-02-14 | Start providing parts of the OpenSSL 1.1 API. | Joel Sing |
2018-02-14 | Provide X509_get_signature_nid(). | Joel Sing |
2018-02-14 | Provide SSL_CTX_get0_param() and SSL_get0_param(). | Joel Sing |
2018-02-14 | New manual page EVP_PKEY_asn1_new(3) from Richard Levitte | Ingo Schwarze |
2018-02-14 | I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr. | Ingo Schwarze |
2018-02-14 | Mention two more block cipher modes that actually exist in our tree; | Ingo Schwarze |
2018-02-13 | Add the missing RETURN VALUES section. | Ingo Schwarze |
2018-02-13 | Add the missing RETURN VALUES section, mostly from Paul Yang | Ingo Schwarze |
2018-02-13 | Correctly describe BN_get_word(3) and BN_set_word(3). | Ingo Schwarze |
2018-02-13 | Mention that BN_new(3) sets the value to zero; | Ingo Schwarze |
2018-02-13 | Delete duplicate .Nm entry in the NAME section, | Ingo Schwarze |
2018-02-13 | Add the missing RETURN VALUES section. | Ingo Schwarze |
2018-02-12 | Add the missing RETURN VALUES section; | Ingo Schwarze |
2018-02-12 | Add the missing RETURN VALUES section; | Ingo Schwarze |
2018-02-12 | Add missing RETURN VALUES section. | Ingo Schwarze |
2018-02-12 | Add the missing RETURN VALUES section and reorder the content | Ingo Schwarze |
2018-02-11 | Document three more functions recently made public by jsing@ | Ingo Schwarze |
2018-02-11 | macro fix; | Jason McIntyre |
2018-02-11 | Document how MAP_STACK will be used. All stacks must be mmap'd with | Theo de Raadt |
2018-02-11 | Start mapping thread stacks with MAP_STACK. mmap() currently ignores | Theo de Raadt |
2018-02-11 | Merge documentation from OpenSSL for seven functions | Ingo Schwarze |
2018-02-10 | Shift top-of-stack down so that the random==0 case doesn't leave stack | Theo de Raadt |
2018-02-10 | zap trailing whitespace; | Jason McIntyre |
2018-02-10 | Be more specific about when the session file will be updated. | Joel Sing |
2018-02-10 | add support for binary sysctl payloads by handling them as hex | Florian Obser |
2018-02-10 | Bump TLS API version since we've added more functionality. | Joel Sing |
2018-02-10 | Move the keypair pubkey hash handling code to during config. | Joel Sing |
2018-02-10 | Tidy/standardise some code. | Joel Sing |
2018-02-10 | Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo | Joel Sing |
2018-02-10 | Document functions for client-side TLS session support. | Joel Sing |
2018-02-10 | Add support to libtls for client-side TLS session resumption. | Joel Sing |
2018-02-10 | Bump lib{crypto,ssl,tls} minors due to symbol addition. | Joel Sing |
2018-02-10 | Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2 | Joel Sing |
2018-02-08 | Complete the TLS extension rewrite on the client-side. | Joel Sing |
2018-02-08 | Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of | Joel Sing |
2018-02-08 | Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash. | Joel Sing |
2018-02-08 | Do not bother NULLing pointers in a struct that is about to be freed. | Joel Sing |
2018-02-08 | Move tls_keypair_pubkey_hash() to the keypair file. | Joel Sing |
2018-02-08 | Avoid a memory leak that results when the same tls_config is reused. | Joel Sing |
2018-02-08 | Assert tedu's copyright since some of the code moved here is his. | Joel Sing |