summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2019-01-29instead of calling abort() for 3 "must not use anymore" interfaces,Theo de Raadt
2019-01-26Recent discussions about abort() potentially leaving key material inTheo de Raadt
2019-01-23No need to include <bsd.prog.mk> here.Theo Buehler
2019-01-22bump minors after symbol additionTheo Buehler
2019-01-22Add missing symbols from the EC_KEY_METHOD port.Theo Buehler
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2019-01-21lenght -> lengthJonathan Gray
2019-01-20Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.Theo Buehler
2019-01-19spelling;Jason McIntyre
2019-01-19In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) andIngo Schwarze
2019-01-19bump minors after symbol additionTheo Buehler
2019-01-19provide EVP_ENCODE_CTX_{new,free}().Theo Buehler
2019-01-19$OpenBSD$Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-02correct article;Jason McIntyre
2018-12-26Make AES CCM available in tables.Theo Buehler
2018-12-24Make this page much more readable by deleting as much text as possibleIngo Schwarze
2018-12-23EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingTheo Buehler
2018-12-22Document EVP_PKEY_new_mac_key(3);Ingo Schwarze
2018-12-22Delete irrelevant HISTORY details. Simply use BN_rand(3); thereIngo Schwarze
2018-12-21The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).Ingo Schwarze
2018-12-21Document the ECDSA_SIG_new(3) return value.Ingo Schwarze
2018-12-21Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;Ingo Schwarze
2018-12-21grammar and style fixes from wesinator at githubIngo Schwarze
2018-12-21Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).Ingo Schwarze
2018-12-21Mention that some functions call BN_GENCB_call(3) with a secondIngo Schwarze
2018-12-19Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).Ingo Schwarze
2018-12-19Specify the return values of some of these functions more precisely;Ingo Schwarze
2018-12-19typo;Ingo Schwarze
2018-12-16Regenerate root CA list using updated format-pem.pl. Specifically thisStuart Henderson
2018-12-16Add a check that libressl is actually able to verify CA certs.Stuart Henderson
2018-11-30Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.Jeremy Evans
2018-11-28Correct lock initialisation for libcrypto.Joel Sing
2018-11-25spelling; from miodJason McIntyre
2018-11-24zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'Theo Buehler
2018-11-24Store and return the locking callbacks, restoring previous behaviour.Joel Sing
2018-11-20Saw a mention somewhere a while back that the gotdata() function inTheo de Raadt
2018-11-17Fix whitespace around assignment operators.Theo Buehler
2018-11-15Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigationTheo Buehler
2018-11-12Missing initialization for pub_key. CID 184303.Theo Buehler
2018-11-11Add back a few missing compatibility stubsBrent Cook
2018-11-11Add EVP_sm3() to OpenSSL_add_all_digests_internal().Theo Buehler
2018-11-11bump minors after symbol addition.Theo Buehler
2018-11-11Add Ribose Inc's implementation of the SM3 hashing function withTheo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-11-11include crypto.h from the correct path, remove unused variableBrent Cook
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler
2018-11-09Initialize priv_key and pub_key on first use instead of at the top.Theo Buehler