summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2018-06-02Add a const qualifier to the argument of UI_method_get_closer(),Theo Buehler
2018-06-02Add const to the argument of the following callback getters:Theo Buehler
2018-05-30Add const to both arguments of X509_certificate_type() and clean upTheo Buehler
2018-05-30Add a const qualifier to the argument of EVP_PKEY_size().Theo Buehler
2018-05-30Add a const qualifier to the `name' argument ofTheo Buehler
2018-05-30Add a const qualifier to the `uni' argument of OPENSSL_uni2asc().Theo Buehler
2018-05-30Add a const qualifier to the return value of BIO_s_file().Theo Buehler
2018-05-24As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no needTheo Buehler
2018-05-19In ui.h rev. 1.10 2018/05/19 11:03:33, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.67 2018/05/19 10:58:08, tb@ added a const qualifierIngo Schwarze
2018-05-19In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifierIngo Schwarze
2018-05-19In ec.h rev. 1.13 2018/05/19 10:37:02, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.64 2018/05/18 19:24:08, tb@ added const qualifiersIngo Schwarze
2018-05-19In x509.h rev. 1.61 2018/05/18 18:37:23 and rev. 1.65 2018/05/18 19:28:27,Ingo Schwarze
2018-05-19In x509.h rev. 1.59 2018/05/18 18:19:31 and rev. 1.60 2018/05/18 18:23:24,Ingo Schwarze
2018-05-19In x509.h rev. 1.56 2018/05/18 18:05:57 to rev. 1.58 2018/05/18 18:16:39,Ingo Schwarze
2018-05-19In x509.h rev. 1.54 2018/05/18 17:59:16, tb@ added a const qualifierIngo Schwarze
2018-05-19In x509.h rev. 1.52 2018/05/18 17:53:09 and rev. 1.53 2018/05/18 17:56:12, tb@Ingo Schwarze
2018-05-19In x509.h rev. 1.51 2018/05/18 16:55:58, tb@ added const qualifiersIngo Schwarze
2018-05-19UI_METHOD *UI_create_method(const char *name).Theo Buehler
2018-05-19Add const to the obj argument of X509_NAME_add_entry_by_OBJ()Theo Buehler
2018-05-19Add const to the 'obj' argument of X509_EXTENSION_create_by_OBJ().Theo Buehler
2018-05-19Add a const qualifier to the aint argument of X509V3_add_value_int()Theo Buehler
2018-05-19The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const.Theo Buehler
2018-05-19Add a const qualifier to the STACK_OF(X509_EXTENSION) * arguments ofTheo Buehler
2018-05-19Add a const qualifier to the 'key' argument of i2o_ECPublicKey() andTheo Buehler
2018-05-18Fix eyesore indentation of member functions of X509_LOOKUP_METHOD.Theo Buehler
2018-05-18The 'name', 'value' and 'section' arguments for a2i_GENERAL_NAME(),Theo Buehler
2018-05-18Add const to the 'x' and 'obj' arguments of:Theo Buehler
2018-05-18Add const to both arguments of X509_check_private_key(3).Theo Buehler
2018-05-18Add const to the argument of X509_ATTRIBUTE_count(3).Theo Buehler
2018-05-18Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),Theo Buehler
2018-05-18Add const qualifiers to the x and obj qualifiers ofTheo Buehler
2018-05-18Add const qualifiers to the 'name', 'sname' and 'X509_PURPOSE *'Theo Buehler