summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2018-07-15back out ecc constant time changesJonathan Gray
2018-07-13Eliminate the weird condition in the BN_swap_ct() API that at most one bitTheo Buehler
2018-07-11Sync commentkn
2018-07-11Document behavior change of EC_POINTs_mul(3) from EC constant time changes.Theo Buehler
2018-07-11Turn yesterday's optimistic ! in an XXX comment into a more cautious ?Theo Buehler
2018-07-10Indent labels by a space so they don't obliterate function names in diffs.Theo Buehler
2018-07-10ECC constant time scalar multiplication support. First step in overhaulingTheo Buehler
2018-07-10Provide BN_swap_ct(), a constant time function that conditionally swapsTheo Buehler
2018-07-10Factor out a bit of ugly code that truncates the digest to the order_bitsTheo Buehler
2018-07-09sync with const changes in x509.h r1.68.Theo Buehler
2018-07-09sync with const changes in evp.h r1.64.Theo Buehler
2018-07-09sync with const changes in bio.h r1.44.Theo Buehler
2018-07-09sync with const changes in bio.h r1.45.Theo Buehler
2018-07-08import the relevant parts of a new ASN1_INTEGER_get(3) manual pageIngo Schwarze
2018-06-16Tiny tweak to the blinding comment.Theo Buehler
2018-06-15Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() withTheo Buehler
2018-06-15Clean up some whitespace and polish a few comments. Reduces noise inTheo Buehler
2018-06-14Use a blinding value when generating an ECDSA signature, in order toTheo Buehler
2018-06-14Use a blinding value when generating a DSA signature, in order to reduceJoel Sing
2018-06-14Clarify the digest truncation comment in DSA signature generation.Joel Sing
2018-06-14Pull up the code that converts the digest to a BIGNUM - this only needsJoel Sing
2018-06-14Fix a potential leak/incorrect return value in DSA signature generation.Joel Sing
2018-06-14Call DSA_SIG_new() instead of hand rolling the same.Joel Sing
2018-06-14DSA_SIG_new() amounts to a single calloc() call.Joel Sing
2018-06-13style(9), comments and whitespace.Joel Sing
2018-06-13Avoid a timing side-channel leak when generating DSA and ECDSA signatures.Joel Sing
2018-06-12zap stray tabStuart Henderson
2018-06-12Reject excessively large primes in DH key generation. Problem reportedStuart Henderson
2018-06-10fix odd whitespaceTheo Buehler
2018-06-10Remove a handrolled GOST_le2bn().Joel Sing