| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix behaviour of OpenSSL_version(). | jsing | 2018-02-17 | 1 | -2/+16 |
* | typo fix s/issuserAltName/issuerAltName/ | schwarze | 2018-02-16 | 1 | -4/+6 |
* | Copy all function names from the SYNOPSIS to the NAME section because | schwarze | 2018-02-16 | 1 | -6/+108 |
* | Merge OpenSSL commit a8c5ed81 Jul 18 13:57:25 2017 -0400 | schwarze | 2018-02-16 | 1 | -4/+8 |
* | Add missing RETURN VALUES sections; from Paul Yang | schwarze | 2018-02-16 | 2 | -8/+36 |
* | Add missing RETURN VALUES sections; from Paul Yang | schwarze | 2018-02-16 | 3 | -15/+78 |
* | Merge the new RETURN VALUES section from Paul Yang, | schwarze | 2018-02-15 | 1 | -7/+78 |
* | Add missing RETURN VALUES section; from Paul Yang | schwarze | 2018-02-15 | 1 | -3/+9 |
* | Fix the STANDARDS section, but in a different way than in OpenSSL | schwarze | 2018-02-15 | 1 | -4/+8 |
* | Quite absurdly, the OpenSSL folks have been actively mucking around | schwarze | 2018-02-15 | 1 | -3/+9 |
* | Add missing RETURN VALUES section; | schwarze | 2018-02-15 | 1 | -3/+11 |
* | Document the additional public function OCSP_basic_sign(3); | schwarze | 2018-02-15 | 1 | -5/+42 |
* | Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL, | schwarze | 2018-02-15 | 13 | -20/+557 |
* | In some EXAMPLES, correct calls to EVP_PKEY_CTX_new(3) that | schwarze | 2018-02-15 | 5 | -35/+51 |
* | Import the new manual page EVP_PKEY_asn1_get_count(3) from OpenSSL, | schwarze | 2018-02-15 | 2 | -1/+161 |
* | In x509_vfy.h rev. 1.20 2018/02/14 17:06:34, jsing@ provided | schwarze | 2018-02-15 | 2 | -19/+57 |
* | In x509.h rev. 1.28 2018/02/14 16:57:25, jsing@ | schwarze | 2018-02-15 | 2 | -1/+76 |
* | Fix typo: s/Vt strict tm/Vt struct tm/ | schwarze | 2018-02-15 | 1 | -3/+3 |
* | In asn1.h rev. 1.44 2018/02/14 16:46:04, jsing@ | schwarze | 2018-02-15 | 1 | -8/+25 |
* | In evp.h rev. 1.54 2018/02/14 16:40:42, jsing@ provided EVP_PKEY_up_ref(3). | schwarze | 2018-02-14 | 1 | -4/+22 |
* | In x509.h rev. 1.27 2018/02/14 16:18:10, jsing@ provided | schwarze | 2018-02-14 | 2 | -1/+80 |
* | Bump lib{crypto,ssl,tls} minors due to symbol additions. | jsing | 2018-02-14 | 1 | -1/+1 |
* | Provide X509_STORE_CTX_get0_{cert,untrusted}() and | jsing | 2018-02-14 | 3 | -3/+35 |
* | Provide X509_get{0,m}_not{Before,After}(). | jsing | 2018-02-14 | 3 | -5/+41 |
* | Provide ASN1_STRING_get0_data(). | jsing | 2018-02-14 | 3 | -3/+11 |
* | 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 |
* | 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 |
* | Merge documentation from OpenSSL for seven functions | schwarze | 2018-02-11 | 1 | -7/+196 |
* | Bump lib{crypto,ssl,tls} minors due to symbol addition. | jsing | 2018-02-10 | 1 | -1/+1 |
* | Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2 | jsing | 2018-02-10 | 2 | -1/+26 |
* | Restore the old behavior when a port number without a host name is | bluhm | 2018-02-07 | 1 | -10/+12 |
* | Do not call freeaddrinfo() with a NULL parameter. | bluhm | 2018-02-06 | 1 | -2/+3 |
* | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being | kettenis | 2018-01-24 | 3 | -5/+5 |
* | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | kettenis | 2018-01-07 | 5 | -12/+16 |
* | bump to 2.7.0 | bcook | 2017-12-11 | 1 | -3/+3 |