summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2018-04-27fix: BN_swap mishandles flags (1.1.0)Billy Brumley
2018-04-26Fix memleaks in async apiBernd Edlinger
2018-04-26Fix no-uiRichard Levitte
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-24Allow intermediate CAs to use RSA PSS in 1.1.0Matt Caswell
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-23ARM assembly pack: make it work with older assembler.Andy Polyakov
2018-04-21Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-20Fix a warning about missing prototype on armBernd Edlinger
2018-04-20Fix building linux-armv4 with --strict-warningsBernd Edlinger
2018-04-19Don't crash if there are no trusted certsMatt Caswell
2018-04-19X509_cmp_time: only return 1, 0, -1.Emilia Kasper
2018-04-18poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.Rahul Chaudhry
2018-04-17p5_scrypt.c: fix error check of RAND_bytes() callDr. Matthias St. Pierre
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Billy Brumley
2018-04-14Custome built dladdr() for AIX.Matthias Kraft
2018-04-12Fix bugs in X509_NAME_ENTRY_setRich Salz
2018-04-09bio/b_addr.c: resolve HP-UX compiler warnings.Andy Polyakov
2018-04-06Set biom->type in BIO_METH_newNeel Goyal
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell
2018-04-05Don't crash if an unrecognised digest is used with dsa_paramgen_mdMatt Caswell
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-04-03Fix a text canonicalisation bug in CMSMatt Caswell
2018-04-02EVP,KDF: Add more error code along some return 0FdaSilvaYY
2018-04-01Remove import/use of File::Spec::FunctionDaniel Bevenius
2018-04-01VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte
2018-03-27o_time.c: use gmtime_s with MSVCMiroslav Suk
2018-03-27Don't write out a bad OIDMatt Caswell
2018-03-27Update copyright yearMatt Caswell
2018-03-27pariscid.pl: fix nasty typo in CRYPTO_memcmp.Andy Polyakov
2018-03-27Limit ASN.1 constructed types recursive definition depthMatt Caswell
2018-03-21consttime flag changedSamuel Weiser
2018-03-21used ERR set/pop markSamuel Weiser
2018-03-21Replaced variable-time GCD with consttime inversion to avoid side-channel att...Samuel Weiser
2018-03-17Fix error handling in b2i_dss and b2i_rsaBernd Edlinger
2018-03-12Free the correct type in OBJ_add_object()Matt Caswell
2018-03-12Improve error handling in pk7_doitMatt Caswell
2018-03-08Make a few more asm modules conform: last argument is output fileRichard Levitte
2018-03-06Avoid unconditional store in CRYPTO_malloc.knekritz
2018-03-03mem_sec.c: portability fixup.Andy Polyakov
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger
2018-03-01Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer
2018-02-28Always use adr with __thumb2__.David Benjamin