summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-06-13Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders
2016-06-13Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders
2016-06-13Add some missing return value checksMatt Caswell
2016-06-13bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell
2016-06-11Avoid creating illegal pointersKurt Roeckx
2016-06-11Specify array sizesKurt Roeckx
2016-06-11Avoid creating an illegal pointer.Kurt Roeckx
2016-06-11Avoid creating an illegal pointerKurt Roeckx
2016-06-10Fix an error path leak in int X509_ATTRIBUTE_set1_data()Matt Caswell
2016-06-10Fix an error path leak in do_ext_nconf()Matt Caswell
2016-06-10Fix seg fault in TS_RESP_verify_response()Matt Caswell
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-09Clean up "generic" intro pod files.Rich Salz
2016-06-09hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.Andy Polyakov
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-08Add some accessor API'sRich Salz
2016-06-08crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi
2016-06-07Fix BN_mod_word bugMatt Caswell
2016-06-07Fix potential access of null pointer (pp)Rob Percival
2016-06-07Fix some GitHub issues.Rich Salz
2016-06-07Set flag BN_FLG_CONSTTIME earlierCesar Pereida
2016-06-07Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-06-06Simplify dsa_ossl.cMatt Caswell
2016-06-06Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida
2016-06-06s390x assembly pack: improve portability.Andy Polyakov
2016-06-04Constify X509V3_EXT_*_conf*FdaSilvaYY
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY
2016-06-04Constify ASN1_generate_v3FdaSilvaYY
2016-06-04Constify s2i_ASN1_IA5STRINGFdaSilvaYY
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY
2016-06-04Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY
2016-06-04Specifiy size of arraysKurt Roeckx
2016-06-04Check for overflows in EOC.Dr. Stephen Henson
2016-06-03BIO_printf() can fail to print the last characterMatt Caswell
2016-06-03cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe
2016-06-03Added define for STATUS_SUCCESSMat
2016-06-03Adds casts for 64-bitMat
2016-06-03Define USE_BCRYPTMat
2016-06-03Use BCryptGenRandom on Windows 7 or higherMat
2016-06-03Fix threading issue that at best will leak memoryPauli
2016-06-03chacha/chacha_enc.c: harmonize counter width with subroutine name.Andy Polyakov
2016-06-02Fix test failures when using enable-ubsanMatt Caswell
2016-06-02Tidy up OCSP print handling.Dr. Stephen Henson
2016-06-01Don't leak memory on set_reasons() error pathMatt Caswell
2016-06-01Don't leak memory on int X509_PURPOSE_add() error pathMatt Caswell
2016-06-01Don't leak memory on X509_TRUST_add() error pathMatt Caswell