aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* RT3999: Remove sub-component version stringsRich Salz2015-08-1033-64/+0
* RT3990: Fix #include path.Anton Blanchard2015-08-051-1/+1
* Fix warning when compiling with no-ec2mMatt Caswell2015-08-031-4/+8
* Only define PAGE_SIZE if not already defined.Ben Laurie2015-07-311-1/+3
* Clear BN-mont values when free'ing it.Loganaden Velvindron2015-07-311-3/+3
* RT3774: double-free in DSAMartin Vejnar2015-07-291-0/+1
* rsaz_exp.h: align license with the rest of the contributionEmilia Kasper2015-07-231-28/+40
* Some cleanups for crypto/bnRich Salz2015-07-223-19/+20
* Rewrite crypto/ex_dataRich Salz2015-07-203-390/+157
* Remove obsolete key formats.Rich Salz2015-07-165-321/+3
* Conversion to UTF-8 where neededRichard Levitte2015-07-1425-88/+88
* Extend -show_chain option to verify to show more infoMatt Caswell2015-07-071-0/+5
* Reject calls to X509_verify_cert that have not been reinitialisedMatt Caswell2015-07-071-8/+14
* Fix alternate chains certificate forgery issueMatt Caswell2015-07-071-1/+1
* Relax CCM tag check.Dr. Stephen Henson2015-07-061-1/+1
* Check dgram_sctp_write() return value.Kurt Roeckx2015-06-281-1/+13
* Check BIO_dgram_sctp_wait_for_dry() return value for errorKurt Roeckx2015-06-281-10/+29
* Don't output bogus errors in PKCS12_parseDr. Stephen Henson2015-06-251-0/+2
* Fix windows buildRich Salz2015-06-231-4/+4
* More secure storage of key material.Rich Salz2015-06-2316-66/+792
* Add $! to errors, use script basename.Rich Salz2015-06-231-5/+4
* make updateRichard Levitte2015-06-231-1/+1
* Rearrange rsazRichard Levitte2015-06-233-8/+21
* RT3917: add cleanup on an error pathRich Salz2015-06-211-1/+2
* Cleanup mttest.c : because we no longer use stdio here, don't include itRichard Levitte2015-06-211-1/+0
* Add -ldl to the build of mttest.cRichard Levitte2015-06-211-2/+1
* Cleanup mttest.c : use BIO_free only, no preceding hacksRichard Levitte2015-06-211-0/+2
* Cleanup mttest.c : do not try to output reference counts when threads are doneRichard Levitte2015-06-211-0/+16
* Cleanup mttest.c : better error reporting when certs are migginsRichard Levitte2015-06-211-0/+3
* Cleanup mttest.c : make ssl_method a pointer to constRichard Levitte2015-06-211-1/+1
* Cleanup mttest.c : modernise outputRichard Levitte2015-06-211-96/+91
* Cleanup mttest.c : modernise the threads setupRichard Levitte2015-06-211-50/+41
* Cleanup mttest.c : remove MS_CALLBACKRichard Levitte2015-06-211-2/+2
* Make preprocessor error into real preprocessor errorRichard Levitte2015-06-161-1/+1
* Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson2015-06-131-2/+2
* Fix ABI break with HMACMatt Caswell2015-06-121-12/+8
* bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov2015-06-111-5/+10
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper2015-06-111-10/+47
* e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov2015-06-112-2/+2
* gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov2015-06-101-1/+1
* Fix leak in HMAC error pathMatt Caswell2015-06-101-0/+1
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-105-4/+11
* Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell2015-06-101-5/+5
* Fix memory leaks in BIO_dup_chain()Matt Caswell2015-06-101-2/+5
* Replace memset with OPENSSL_clear_free()Matt Caswell2015-06-101-2/+1
* Fix -DZLIB build for opaque COMP typesRich Salz2015-06-092-42/+10
* No fprintf in the txt_db componentRich Salz2015-06-093-206/+1
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-092-0/+10
* return correct NID for undefined objectDr. Stephen Henson2015-06-081-0/+3