summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bump for LibreSSL 3.0.1libressl-v3.0.1bcook2019-09-301-3/+3
* zap trailing whitespace;jmc2019-09-291-3/+3
* If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),tb2019-09-293-11/+113
* Xr random 4 in a better wayderaadt2019-09-281-3/+5
* Add comment line saying S is described vaguely on purpose.otto2019-09-141-2/+3
* document EVP_PKEY_CTX_get_signature_md(3);schwarze2019-09-101-4/+17
* Plug memory leak in error paths. Found while comparing this filetb2019-09-091-5/+5
* Provide EVP_PKEY_CTX_get_signature_md() macro and implement thejsing2019-09-094-7/+25
* Load CMS error strings.jsing2019-09-091-1/+5
* Move #include <openssl/cms.h> to more appropriate location (since it isjsing2019-09-091-3/+2
* Install the openssl/cms.h header.jsing2019-09-091-1/+3
* Add CMS ECC support.jsing2019-09-081-2/+370
* Add various macros and controls for EC_PKEY_CTX.jsing2019-09-064-28/+316
* Handle CMS PEM headers.jsing2019-09-061-1/+11
* Add objects for ECDH schemes in RFC 5753.jsing2019-09-052-0/+32
* Build ecdh_kdf.cjsing2019-09-051-2/+2
* Replace OPENSSL_cleanse() with explicit_bzero().jsing2019-09-051-1/+1
* Provide prototype for ecdh_KDF_X9_63()jsing2019-09-051-1/+7
* Include correct header.jsing2019-09-051-1/+1
* style(9) and whitespace.jsing2019-09-051-65/+72
* Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f.jsing2019-09-051-5/+48
* Remove ECDH_KDF_X9_62 wrapper.jsing2019-09-051-12/+0
* Provide ECDH KDF for X9.63 as needed for CMS ECC.jsing2019-09-051-0/+81
* Feed the bntest output to bc(1). This checks the result of the bigbluhm2019-09-052-13/+16
* Document EVP_PKEY_get0(3), EVP_PKEY_assign_GOST(3), EVP_PKEY_assign(3),schwarze2019-09-012-31/+116
* mop up resolver.3 rename; ok deraadtjmc2019-08-305-15/+15
* mop up for inet_net rename; ok deraadtjmc2019-08-303-9/+9
* adapt to bitstring(3) renaming, and look at that bit_ffs(3) is the actualderaadt2019-08-301-3/+3
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-306-16/+16
* Remove unnecessary NULL check before free function in openssl(1) dgstinoguchi2019-08-301-11/+6
* Wrap lines over 80 cols and put space before goto label in openssl(1) dgstinoguchi2019-08-301-20/+30
* Simplify checking and more readable descriptions in openssl(1) dgstinoguchi2019-08-301-8/+8
* Convert openssl(1) dgst to the newer style of option handlinginoguchi2019-08-301-99/+216
* new manual page AES_encrypt(3)schwarze2019-08-284-5/+181
* document OCSP_parse_url(3)schwarze2019-08-271-6/+75
* document OCSP_cert_status_str(3)schwarze2019-08-271-3/+19
* document OCSP_response_status_str(3)schwarze2019-08-271-4/+19
* document i2a_ASN1_INTEGER(3)schwarze2019-08-261-5/+50
* document ASN1_put_object(3) and ASN1_put_eoc(3)schwarze2019-08-263-3/+186
* document ASN1_OCTET_STRING_cmp(3), ASN1_OCTET_STRING_dup(3), andschwarze2019-08-261-12/+45
* Change generating and checking of primes so that the error rate ofschwarze2019-08-252-26/+93
* document EVP_sm3(3) and EVP_whirlpool(3), loosely based on theschwarze2019-08-255-6/+177
* fix reversed meaning of error codes;schwarze2019-08-251-7/+7
* typo in function argument type;schwarze2019-08-251-4/+4
* Correctly document the return values of i2d_ECDSA_SIG(3) andschwarze2019-08-251-25/+28
* import the CRYPTO_memcmp(3) manual from OpenSSL 1.1.1,schwarze2019-08-252-1/+97
* document RSAPrivateKey_dup(3) and RSAPublicKey_dup(3)schwarze2019-08-231-11/+55
* document X509_get1_email(3), X509_get1_ocsp(3), X509_email_free(3)schwarze2019-08-236-12/+141
* document X509_dup(3)schwarze2019-08-231-8/+40
* document X509_check_purpose(3)schwarze2019-08-226-9/+403