aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid reading an unused byte after the bufferAndy Polyakov2015-03-141-1/+1
* Fix undefined behaviour in shifts.Emilia Kasper2015-03-132-144/+144
* Allocate string types directly.Dr. Stephen Henson2015-03-131-42/+26
* Fix key wrapping mode with padding to conform to RFC 5649.Petr Spacek2015-03-131-2/+7
* Remove obsolete declarations.Dr. Stephen Henson2015-03-1210-267/+0
* ASN.1 print fix.Dr. Stephen Henson2015-03-121-0/+1
* Fix RSA_X931_derive_exMatt Caswell2015-03-121-5/+4
* Fix missing return checks in v3_cpols.cMatt Caswell2015-03-121-4/+12
* Fix dsa_pub_encodeMatt Caswell2015-03-121-6/+8
* Fix dh_pub_encodeMatt Caswell2015-03-121-5/+7
* Fix asn1_item_print_ctxMatt Caswell2015-03-121-0/+2
* ASN1_primitive_new NULL param handlingMatt Caswell2015-03-121-2/+5
* Fix EVP_DigestInit_ex with NULL digestMatt Caswell2015-03-121-3/+6
* Fix error handling in bn_expMatt Caswell2015-03-121-2/+2
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-1113-40/+17
* Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell2015-03-111-0/+4
* BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee2015-03-101-3/+6
* Fix wrong numbers being passed as string lengthsDmitry-Me2015-03-092-2/+2
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-084-9/+17
* ARMv4 assembly pack: add Cortex-A15 performance data.Andy Polyakov2015-03-083-13/+8
* make errorsMatt Caswell2015-03-062-1/+3
* Catch up the VMS build.Richard Levitte2015-03-051-2/+2
* Make STACK_OF opaque.Dr. Stephen Henson2015-03-053-20/+11
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-0512-222/+310
* Unchecked malloc fixesMatt Caswell2015-03-059-9/+69
* add RIPEMD160 whirlpool testsDr. Stephen Henson2015-03-042-2/+71
* Check public key is not NULL.Dr. Stephen Henson2015-03-021-0/+2
* Fix format script.Dr. Stephen Henson2015-03-022-98/+120
* reformat evp_test.cDr. Stephen Henson2015-02-271-9/+9
* Add OCB support and test vectors for evp_test.Dr. Stephen Henson2015-02-272-19/+164
* Skip unsupported digests in evp_testDr. Stephen Henson2015-02-271-1/+8
* add MD4 test dataDr. Stephen Henson2015-02-271-0/+22
* Skip unsupported ciphers in evp_test.Dr. Stephen Henson2015-02-271-1/+7
* Add algorithm skip support.Dr. Stephen Henson2015-02-271-18/+53
* Fix evp_extra_test.c with no-ecMatt Caswell2015-02-261-0/+6
* Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell2015-02-251-7/+1
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-02-251-3/+3
* Import evp_test.c from BoringSSL. Unfortunately we already have a fileMatt Caswell2015-02-252-1/+484
* Add flag to inhibit checking for alternate certificate chains. Setting thisMatt Caswell2015-02-252-2/+10
* In certain situations the server provided certificate chain may no longer beMatt Caswell2015-02-251-70/+105
* Fix crash in SPARC T4 XTS.Andy Polyakov2015-02-243-2/+3
* aes/asm/bsaes-armv7: fix kernel-side XTS and harmonize with Linux.Andy Polyakov2015-02-241-1/+3
* perlasm/x86masm.pl: make it work.Andy Polyakov2015-02-221-6/+6
* sha/asm/sha1-586.pl: fix typo.Andy Polyakov2015-02-221-1/+1
* evp/evp_test.c: avoid crashes when referencing uninitialized pointers.Andy Polyakov2015-02-221-0/+2
* Fix memory leakKurt Roeckx2015-02-221-0/+1
* Avoid a double-free in an error path.Doug Hogan2015-02-221-0/+1
* Assume TERMIOS is default, remove TERMIO on all Linux.Richard Levitte2015-02-211-33/+26
* Use named curve parameter encoding by default.Dr. Stephen Henson2015-02-192-2/+3
* More RSA tests.Dr. Stephen Henson2015-02-141-0/+34