summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2018-09-05use timing-safe compares for checking results in signature verificationDamien Miller
2018-09-02Elliptic curve arithmetic only makes sense between points that belong toTheo Buehler
2018-09-01Tweak comment.Theo Buehler
2018-08-28Remove extra "and" in "These functions and have been available"Theo Buehler
2018-08-26fix the same "an non" issue found by tb in EVP_EncryptInit.3;Jason McIntyre
2018-08-26Some of the functions in this manual need <openssl/dsa.h>, othersTheo Buehler
2018-08-26typo: an nonce -> a nonceTheo Buehler
2018-08-24crank majors after symbol addition/modification/removalTheo Buehler
2018-08-24Add const to EVP_PKCS82PKEY().Theo Buehler
2018-08-24Add consts to EVP_PKEY_asn1_set_private()Theo Buehler
2018-08-24After removing support for broken PKCS#8 formats (it was high time),Theo Buehler
2018-08-24Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()Theo Buehler
2018-08-24Document const change for OCSP_cert_to_id()Theo Buehler
2018-08-24Add const to two arguments of OCSP_cert_to_id()Theo Buehler
2018-08-24Provide X509_get0_serialNumber()Theo Buehler
2018-08-24Turn a number of #defines into proper functions with prototypes matchingTheo Buehler
2018-08-24Change PEM_Sign{Init,Update}() to return an int.Theo Buehler
2018-08-24Check return value of EVP_EncodeUpdate() in PEM_write_bio().Theo Buehler
2018-08-24Check return value of EVP_EncodeUpdate() in b64_write().Theo Buehler
2018-08-24Convert EVP_EncodeUpdate() to return an int to allow for errorTheo Buehler
2018-08-24Provide EVP_CIPHER_CTX_encrypting().Theo Buehler
2018-08-24Document prototype change and return values for BIO_set_cipher()Theo Buehler
2018-08-24Return an int in BIO_set_cipher() to be able to report errors.Theo Buehler
2018-08-24In DSO_up_ref(), check return value of CRYPTO_add() and reportTheo Buehler
2018-08-24In ENGINE_up_ref(), check return value of CRYPTO_add() and reportTheo Buehler
2018-08-24Document new prototype and return values of X509_OBJECT_up_ref_count()Theo Buehler
2018-08-24Make X509_OBJECT_up_ref_count return an int.Theo Buehler
2018-08-24Update documentation of CRYPTO_mem_leaks*.Theo Buehler
2018-08-24Let CRYPTO_mem_leaks{,_fp,_cb}() return -1.Theo Buehler
2018-08-19Don't leak sktmp in X509_verify_cert().Theo Buehler
2018-08-19whitespace fixTheo Buehler
2018-08-19Don't leak db on error in RSA_padding_check_PKCS1_OAEP().Theo Buehler
2018-08-14Add a comment that explains what the check is doing and why len >= 1.Theo Buehler
2018-08-14The UI_add_{input,verify}_string() functions want a length not includingTheo Buehler
2018-08-10Add glue to EVP_md5_sha1() so that it can be used with EVP_Sign* andJoel Sing
2018-08-10Add missing include to X25519 synopsis.Joel Sing
2018-08-08typo: macro-generates wrappers -> macro-generated wrappersTheo Buehler
2018-08-05Remove unnecessary NULL check from get_cert_by_subject sinceBrent Cook
2018-08-05Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set.Brent Cook
2018-08-05In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure.Brent Cook
2018-08-05Fix memory leak in i2b_PVK in error handling.Brent Cook
2018-07-29Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe.Theo Buehler
2018-07-24add c++ symbol annotationsBrent Cook
2018-07-23Use BN_swap_ct() instead of BN_consttime_swap() inTheo Buehler
2018-07-23Use a size_t instead of an int for the byte count in BN_swap_ct().Theo Buehler
2018-07-23Clean up our disgusting implementations of BN_{,u}{add,sub}(), followingTheo Buehler
2018-07-23Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017.Theo Buehler
2018-07-16Document behavior change of EC_POINTs_mul() again.Theo Buehler
2018-07-16Recommit Billy Brumley's ECC constant time patch with a fix for sparc64Theo Buehler
2018-07-15recommit label indentation part of the backout; clearly unrelated to theTheo Buehler