summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some missing return value checksMatt Caswell2016-06-134-10/+15
* bn/bn_add.c: favour counted loops over ifs and breaks.Andy Polyakov2016-06-131-72/+38
* RT3053: Check for NULL before dereferencingPhillip Hellewell2016-06-121-0/+4
* Avoid creating illegal pointersKurt Roeckx2016-06-111-5/+7
* Specify array sizesKurt Roeckx2016-06-115-6/+6
* Avoid creating an illegal pointer.Kurt Roeckx2016-06-111-2/+1
* Avoid creating an illegal pointerKurt Roeckx2016-06-111-2/+2
* Fix an error path leak in int X509_ATTRIBUTE_set1_data()Matt Caswell2016-06-101-3/+9
* Fix an error path leak in do_ext_nconf()Matt Caswell2016-06-101-1/+3
* Fix seg fault in TS_RESP_verify_response()Matt Caswell2016-06-101-8/+15
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2016-06-093-14/+26
* Make a2i_ipadd an internal functionRich Salz2016-06-092-0/+3
* Clean up "generic" intro pod files.Rich Salz2016-06-092-0/+291
* hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.Andy Polyakov2016-06-091-1/+1
* Fixes to get -ansi workingJeffrey Walton2016-06-081-1/+1
* Add some accessor API'sRich Salz2016-06-081-0/+9
* crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi2016-06-081-6/+5
* Fix BN_mod_word bugMatt Caswell2016-06-071-0/+22
* Fix potential access of null pointer (pp)Rob Percival2016-06-071-2/+2
* Fix some GitHub issues.Rich Salz2016-06-071-4/+4
* Set flag BN_FLG_CONSTTIME earlierCesar Pereida2016-06-071-3/+2
* Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida2016-06-071-13/+8
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-066-234/+137
* Simplify dsa_ossl.cMatt Caswell2016-06-061-41/+20
* Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida2016-06-061-4/+5
* s390x assembly pack: improve portability.Andy Polyakov2016-06-062-4/+4
* Constify X509V3_EXT_*_conf*FdaSilvaYY2016-06-051-30/+30
* Constify ASN1_generate_nconfFdaSilvaYY2016-06-051-1/+1
* Constify ASN1_generate_v3FdaSilvaYY2016-06-051-3/+3
* Constify s2i_ASN1_IA5STRINGFdaSilvaYY2016-06-051-4/+3
* Constify s2i_ASN1_INTEGERFdaSilvaYY2016-06-052-3/+3
* Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY2016-06-051-2/+2
* Specifiy size of arraysKurt Roeckx2016-06-043-4/+4
* Check for overflows in EOC.Dr. Stephen Henson2016-06-042-8/+15
* BIO_printf() can fail to print the last characterMatt Caswell2016-06-031-3/+9
* cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe2016-06-031-6/+13
* Added define for STATUS_SUCCESSMat2016-06-031-5/+8
* Adds casts for 64-bitMat2016-06-031-3/+3
* Define USE_BCRYPTMat2016-06-031-5/+7
* Use BCryptGenRandom on Windows 7 or higherMat2016-06-031-7/+19
* Fix threading issue that at best will leak memoryPauli2016-06-031-0/+3
* chacha/chacha_enc.c: harmonize counter width with subroutine name.Andy Polyakov2016-06-031-3/+7
* Fix test failures when using enable-ubsanMatt Caswell2016-06-021-1/+1
* Tidy up OCSP print handling.Dr. Stephen Henson2016-06-021-8/+11
* Don't leak memory on set_reasons() error pathMatt Caswell2016-06-011-3/+3
* Don't leak memory on int X509_PURPOSE_add() error pathMatt Caswell2016-06-011-3/+10
* Don't leak memory on X509_TRUST_add() error pathMatt Caswell2016-06-011-3/+9
* Don't leak memory on ASN1_item_pack() error pathMatt Caswell2016-06-011-7/+14
* Don't leak memory on ASN1_GENERALIZEDTIME_adj() error pathMatt Caswell2016-06-011-14/+21
* Don't leak memory in v2i_POLICY_MAPPINGS() on error pathMatt Caswell2016-06-011-9/+12