summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2018-04-26Use get_last_sys_error() instead of get_last_rtl_error()Richard Levitte
2018-04-26PEM_def_callback(): use same parameter names as for pem_password_cbRichard Levitte
2018-04-26PEM_def_callback(): don't loop because of too short password givenRichard Levitte
2018-04-25[SM2_sign] fix double free and return valueNicola Tuveri
2018-04-24Add missing malloc-return-null instanceRich Salz
2018-04-24x509/by_dir.c: Remove dead codeDr. Matthias St. Pierre
2018-04-24X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY
2018-04-24a_strex.c: improve documentation of 'tag2nbyte' lookup tableDr. Matthias St. Pierre
2018-04-23Remove superfluous NULL checks. Add Andy's BN_FLG comment.Billy Brumley
2018-04-23Move up check for EC_R_INCOMPATIBLE_OBJECTS and for the point at infinity caseNicola Tuveri
2018-04-23Pass throughNicola Tuveri
2018-04-23ladder description: why it worksBilly Brumley
2018-04-23Address code style commentsNicola Tuveri
2018-04-23Elliptic curve scalar multiplication with timing attack defensesBilly Brumley
2018-04-23Fix usage of ossl_assert()Kurt Roeckx
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-armv4 module.Andy Polyakov
2018-04-23sha/asm/keccak1600-armv4.pl: adapt for multi-platform.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-ppc64 module.Andy Polyakov
2018-04-2300-base-templates.conf: wire keccak1600-s390x module.Andy Polyakov