summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-04Add support for fuzzing with AFLKurt Roeckx
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz
2016-06-04More utils cleanup.Rich Salz
2016-06-04Make 25-test_gen.t and 25-test_req.t into oneRichard Levitte
2016-06-04Have some more test recipes clean up after themselvesRichard Levitte
2016-06-04Windows build: Remove .manifest files in test/ as wellRichard Levitte
2016-06-04Change inclusion of sys/types.h to stdlib.h in include/openssl/ebcdic.hRichard Levitte
2016-06-04Add inclusion of stdlib.h in include/openssl/mdc2.hRichard Levitte
2016-06-04Add inclusion of openssl/x509.h in include/openssl/tls1.hRichard Levitte
2016-06-04Generate simple build test filesRichard Levitte
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-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-06-03Update INSTALL instructionsMatt Caswell
2016-06-03Added define for STATUS_SUCCESSMat
2016-06-03Adds casts for 64-bitMat
2016-06-03Define USE_BCRYPTMat
2016-06-03Use BCryptGenRandom on Windows 7 or higherMat
2016-06-03Add a paragraph on documentation to CONTRIBUTINGMatt Caswell
2016-06-03Further update CONTRIBUTINGMatt Caswell
2016-06-03Tweaks to NOTES.PERLMatt Caswell
2016-06-03Update NOTES.WINMatt Caswell
2016-06-03Update CONTRIBUTINGMatt Caswell
2016-06-03Bring the README file up to dateMatt Caswell
2016-06-03Fix threading issue that at best will leak memoryPauli
2016-06-03tests: clean up temporary SSL session files.Richard Levitte
2016-06-03Add ct fuzzer.Ben Laurie
2016-06-03Linkify libfuzzer.Ben Laurie
2016-06-03Fuzz everything with every input.Ben Laurie
2016-06-03Sort.Ben Laurie
2016-06-03Update client authentication testsEmilia Kasper
2016-06-03chacha/chacha_enc.c: harmonize counter width with subroutine name.Andy Polyakov
2016-06-02GH1123: sort dir before rehashRich Salz
2016-06-02Build the 'openssl rehash' command on VMS version 8.3 and upRichard Levitte
2016-06-02Fix test failures when using enable-ubsanMatt Caswell
2016-06-02Tidy up OCSP print handling.Dr. Stephen Henson
2016-06-02perl: refactor .pod name section extractor into its own moduleRichard Levitte
2016-06-02Add a warning about using enable-crypto-mdebug-backtraceRichard Levitte
2016-06-02Testing symbol presence: also take note of small objectsRichard Levitte
2016-06-01Remove NOEXIST entriesRich Salz
2016-06-01Don't leak memory on set_reasons() error pathMatt Caswell
2016-06-01Don't leak memory on int X509_PURPOSE_add() error pathMatt Caswell
2016-06-01Don't leak memory on X509_TRUST_add() error pathMatt Caswell
2016-06-01Don't leak memory on ASN1_item_pack() error pathMatt Caswell
2016-06-01Don't leak memory on ASN1_GENERALIZEDTIME_adj() error pathMatt Caswell
2016-06-01Don't leak memory in v2i_POLICY_MAPPINGS() on error pathMatt Caswell
2016-06-01Don't leak memory from notice_section function on error pathMatt Caswell
2016-06-01Don't leak memory in v2i_AUTHORITY_KEYIDMatt Caswell
2016-06-01Fix memory leak in crl2pkcs7 appMatt Caswell