summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2018-11-09Avoid dereferencing eckey before checking it for NULL.Theo Buehler
2018-11-09Avoid leaking memory that was already allocated in ASN1_item_new().Theo Buehler
2018-11-09Fix a buffer overrun in asn1_parse2().Theo Buehler
2018-11-09Add const to the data argument of ASN1_set{,_int}_octetstring().Theo Buehler
2018-11-08Remove some function prototypes that should have been removed in theJoel Sing
2018-11-08LibreSSL 2.9.0Brent Cook
2018-11-07Use memmove() instead of memcpy() to get rid of the need forTheo Buehler
2018-11-06unrevert the use of bn_rand_interval().Theo Buehler
2018-11-06Unset Z_is_zero after applying coordinate blinding andTheo Buehler
2018-11-06Flip reversed test in bn_rand_interval().Theo Buehler
2018-11-06disable EC_POINT coordinate blinding due to failures in ECDHE and TLSTheo Buehler
2018-11-06revert use of bn_rand_interval due to failures with ECDHE and TLSTheo Buehler
2018-11-06Start working towards adding feature flags (rather than anti-feature flags)Joel Sing
2018-11-05Make use of bn_rand_interval() where appropriate.Theo Buehler
2018-11-05Introduce bn_rand_interval() that allows specifying an interval [a, b)Theo Buehler
2018-11-05Eliminate a few "} else" branches, a few unneeded NULL checks beforeTheo Buehler