summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-05-06test/evp_test.c: exercise different combinations of data misalignment.Andy Polyakov
2016-05-05Use default ASN.1 for SEED.Dr. Stephen Henson
2016-05-05typoDr. Stephen Henson
2016-05-05Move 3DES from HIGH to MEDIUMRich Salz
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson
2016-05-05GH356: Change assert to normal errorSergio Garcia Murillo
2016-05-05Handle no async jobs in libsslMatt Caswell
2016-05-05Document inversion ladder in curve25519Emilia Kasper
2016-05-05Script changed; update the generated file.Rich Salz
2016-05-05Improve heartbeats coding styleMatt Caswell
2016-05-05Tweak generated warning lines.Rich Salz
2016-05-05remove unused macros in list -disabledJ Mohan Rao Arisankala
2016-05-05Fix spellingFdaSilvaYY
2016-05-04support embed in ASN.1 printDr. Stephen Henson
2016-05-04Complete the list of names in doc/ssl/SSL_CTX_load_verify_locations.podRichard Levitte
2016-05-04Fix name length limit check.Dr. Stephen Henson
2016-05-04Check return of PEM_write_* functions and report possible errorsRichard Levitte
2016-05-04DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein
2016-05-04Handle malloc failures in BIO_acceptMatt Caswell
2016-05-04reject zero block length in PKCS12 keygenDr. Stephen Henson
2016-05-04Fix Blake block lengthDr. Stephen Henson
2016-05-04add documentationDr. Stephen Henson
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-05-04Fix the no-tls optionMatt Caswell
2016-05-04Remove stale errors from early connection attempts in a clientMatt Caswell
2016-05-04Allow spaces in filenames when using perl's globRichard Levitte
2016-05-04Alpha assembly pack: make it work on Linux.Andy Polyakov
2016-05-04MIPS assembly pack: fix MIPS64 assembler warnings.Andy Polyakov
2016-05-03Configurations/unix-Makefile.tmpl: don't count on -E -P.Andy Polyakov
2016-05-03Tru64 fixes.Andy Polyakov
2016-05-03Drop duplicate ctx->verify_cb assignmentViktor Dukhovni
2016-05-03Update Diffie-Hellman parameters to IANA standardsChristian Bundy
2016-05-03Update CHANGES and NEWS for the new releaseMatt Caswell
2016-05-03Check that we have enough padding characters.Kurt Roeckx
2016-05-03Add ASN.1 INTEGER tests.Dr. Stephen Henson
2016-05-03add ASN1_INTEGER type to d2i_testDr. Stephen Henson
2016-05-03Add test for CVE-2016-2018Dr. Stephen Henson
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-05-03Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
2016-05-03Properly own the duplicated stringDmitry-Me
2016-05-03Improve commentDmitry-Me
2016-05-03Try 'make install' with one of the Travis configurationsRichard Levitte
2016-05-03Prevent EBCDIC overread for very long stringsMatt Caswell
2016-05-03Fix encrypt overflowMatt Caswell
2016-05-02Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson
2016-05-02GH875: Document -no_check_timeRich Salz
2016-05-02Remove confusing comment.TJ Saunders