summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-05-29Update copyright yearMatt Caswell
2018-05-28ECDSA_SIG: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2018-05-23Save and restore the Windows error around TlsGetValue.David Benjamin
2018-05-23Use OPENSSL_EC_EXPLICIT_CURVE constant.David Benjamin
2018-05-23Fix explicit EC curve encoding.David Benjamin
2018-05-23Skip CN DNS name constraint checks when not neededViktor Dukhovni
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2018-05-23Better error code when lacking __SIZEOF_INT128__Richard Levitte
2018-05-21Fix undefined behaviour in X509_NAME_cmp()Matt Caswell
2018-05-20Restore check of |*xn| against |name| in X509_NAME_setRichard Levitte
2018-05-18Allow the ca application to use EdDSAMatt Caswell
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre
2018-05-17Make BN_GF2m_mod_arr more constant timeMatt Caswell
2018-05-14UI console: Restore tty settings, do not force ECHO after promptRichard Levitte
2018-05-12In cases where we ask PEM_def_callback for minimum 0 length, accept 0 lengthRichard Levitte
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-11rsaz_avx2_eligible doesn't take parametersKurt Roeckx
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov
2018-05-09Add blinding in BN_GF2m_mod_inv for binary field inversionsBilly Brumley
2018-05-09ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.cBilly Brumley
2018-05-09ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley
2018-05-08VMS rand: assign before check, not the other way aroundRichard Levitte
2018-05-08Fix --strict-warnings build of ppc-linux targetBernd Edlinger
2018-05-08ec/ec_mult.c: get BN_CTX_start,end sequence right.Andy Polyakov
2018-05-08Fix a mem leak in CMSMatt Caswell
2018-05-05BIO_s_mem() write: Skip early when input length is zeroRichard Levitte
2018-05-03v3_purp.c: add locking to x509v3_cache_extensions()Dr. Matthias St. Pierre
2018-05-03VMS: modernise rand_pool_acquire_entropy, step 2Richard Levitte
2018-05-03VMS: modernise rand_pool_acquire_entropy, step 1Richard Levitte
2018-05-03Return an error from BN_mod_inverse if n is 1 (or -1)Matt Caswell
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell
2018-05-02opensslconf.h inclusion cleanupFdaSilvaYY
2018-05-02bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.Andy Polyakov
2018-05-02a_strex.c: prevent out of bound read in do_buf()Dr. Matthias St. Pierre
2018-05-02Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl
2018-05-01Improve error handling in rand_init functionBernd Edlinger
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell
2018-05-01Update copyright yearMatt Caswell
2018-04-28Don't cleanup uninitialized thread local slotsBernd Edlinger
2018-04-27Fix drbg thread cleanup and error handlingBernd Edlinger
2018-04-27fix: BN_swap mishandles flagsBilly Brumley
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre
2018-04-26Fix last(?) batch of malloc-NULL placesRich Salz
2018-04-26Fix memleaks in async apiBernd Edlinger
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY