aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov2016-06-201-20/+2
* aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov2016-06-201-1/+1
* RT4545: Backport 2877 to 1.0.2Rich Salz2016-06-161-3/+3
* Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell2016-06-162-2/+2
* RT4573: Synopsis for RAND_add is wrongPauli2016-06-161-1/+1
* RT4526: Call TerminateProcess, not ExitProcessRich Salz2016-06-152-2/+2
* Change (!seqtt) to (seqtt == NULL)Richard Levitte2016-06-151-3/+3
* Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte2016-06-151-0/+2
* RT4546: Backport doc fixRich Salz2016-06-141-4/+5
* Fix omitted selector handling.Dr. Stephen Henson2016-06-141-1/+1
* crypto/sparccpuid.S: limit symbol visibility.Andy Polyakov2016-06-141-0/+2
* RT4562: Backport doc fix.Rich Salz2016-06-141-5/+4
* RT4560: Initialize variable to NULLRich Salz2016-06-131-1/+1
* Fix link error.Dr. Stephen Henson2016-06-122-2/+2
* crypto/mem.c: drop reference to cleanse_ctr and fix no-asm builds.Andy Polyakov2016-06-121-24/+0
* Don't skip leading zeroes in PSK keys.Dr. Stephen Henson2016-06-122-38/+28
* RT3053: Check for NULL before dereferencingPhillip Hellewell2016-06-121-0/+4
* crypto/mem_clr.c: switch to OPENSSL_cleanse implementation from master.Andy Polyakov2016-06-121-15/+9
* hmac/hmac.c: switch to OPENSSL_cleanse.Andy Polyakov2016-06-121-1/+1
* 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
* Add a BN_mod_word test()Matt Caswell2016-06-071-1/+7
* Fix BN_mod_word bugMatt Caswell2016-06-071-0/+22
* More fix DSA, preserve BN_FLG_CONSTTIMEMatt Caswell2016-06-071-3/+8
* Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida2016-06-061-3/+3
* Fix documentation error in x509 app certopt flagMatt Caswell2016-06-031-2/+2
* 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-7/+16
* Fix build with no-cmacDirk Feytons2016-06-032-0/+4
* Update CONTRIBUTINGMatt Caswell2016-06-031-9/+16
* Avoid some undefined pointer arithmeticMatt Caswell2016-06-013-34/+38
* Fix some missing initsFdaSilvaYY2016-05-314-2/+10
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-315-4/+14
* Check for malloc failure in EVP_PKEY_keygen()Matt Caswell2016-05-261-1/+3
* The ssl3_digest_cached_records() function does not handle errors properlyMatt Caswell2016-05-261-2/+6
* Fix a mem leak on an error path in OBJ_NAME_add()Matt Caswell2016-05-241-3/+4
* Fix error return value in SRP functionsMatt Caswell2016-05-241-7/+13
* openssl verify: only display the command usage on usage errorsRichard Levitte2016-05-201-10/+11
* Revert "Document the esc_2254 command line name option"Richard Levitte2016-05-201-6/+1
* Revert "make update"Richard Levitte2016-05-201-4/+4
* Revert "Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()"Richard Levitte2016-05-204-29/+9
* rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov2016-05-201-7/+25
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-195-7/+56
* Clarify negative return from X509_verify_cert()Viktor Dukhovni2016-05-191-6/+7
* Check that the obtained public key is validMatt Caswell2016-05-191-0/+6
* Fix a double free in tls1_setup_key_blockMatt Caswell2016-05-191-1/+0
* Fix SRP client key computationCynh2016-05-181-2/+2
* Cleanup openssl.ecRichard Levitte2016-05-181-1/+1
* Fix util/mkerr.plRichard Levitte2016-05-181-13/+28