summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-22doc/crypto/OPENSSL_ia32cap.pod: harmonize with actual declaration.Andy Polyakov
2016-06-21RT3752: Add FIPS callback for thread idJohn Foley
2016-06-20Fix missing opening bracesRichard Levitte
2016-06-20RT3925: Remove trailing semi from #define's.Dr. Matthias St. Pierre
2016-06-20apps/req.c: Increment the right variable when parsing '+'Richard Levitte
2016-06-20aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov
2016-06-20aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov
2016-06-16RT4545: Backport 2877 to 1.0.2Rich Salz
2016-06-16Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell
2016-06-16RT4573: Synopsis for RAND_add is wrongPauli
2016-06-15RT4526: Call TerminateProcess, not ExitProcessRich Salz
2016-06-15Change (!seqtt) to (seqtt == NULL)Richard Levitte
2016-06-15Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte
2016-06-14RT4546: Backport doc fixRich Salz
2016-06-14Fix omitted selector handling.Dr. Stephen Henson
2016-06-14crypto/sparccpuid.S: limit symbol visibility.Andy Polyakov
2016-06-14RT4562: Backport doc fix.Rich Salz
2016-06-13RT4560: Initialize variable to NULLRich Salz
2016-06-12Fix link error.Dr. Stephen Henson
2016-06-12crypto/mem.c: drop reference to cleanse_ctr and fix no-asm builds.Andy Polyakov
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell
2016-06-12crypto/mem_clr.c: switch to OPENSSL_cleanse implementation from master.Andy Polyakov
2016-06-12hmac/hmac.c: switch to OPENSSL_cleanse.Andy Polyakov
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-07Add a BN_mod_word test()Matt Caswell
2016-06-07Fix BN_mod_word bugMatt Caswell
2016-06-07More fix DSA, preserve BN_FLG_CONSTTIMEMatt Caswell
2016-06-06Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida
2016-06-03Fix documentation error in x509 app certopt flagMatt Caswell
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-03Fix build with no-cmacDirk Feytons
2016-06-03Update CONTRIBUTINGMatt Caswell
2016-06-01Avoid some undefined pointer arithmeticMatt Caswell
2016-05-31Fix some missing initsFdaSilvaYY
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-26Check for malloc failure in EVP_PKEY_keygen()Matt Caswell
2016-05-26The ssl3_digest_cached_records() function does not handle errors properlyMatt Caswell
2016-05-24Fix a mem leak on an error path in OBJ_NAME_add()Matt Caswell
2016-05-24Fix error return value in SRP functionsMatt Caswell
2016-05-20openssl verify: only display the command usage on usage errorsRichard Levitte
2016-05-20Revert "Document the esc_2254 command line name option"Richard Levitte
2016-05-20Revert "make update"Richard Levitte
2016-05-20Revert "Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()"Richard Levitte
2016-05-20rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov
2016-05-19Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-19Clarify negative return from X509_verify_cert()Viktor Dukhovni