aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a NULL dereference in chacha20_poly1305_init_key()topic/evp-chacha20-poly1305-init-segvKazuki Yamaguchi2016-05-101-9/+13
* Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen2016-05-091-12/+5
* VMS: support VERBOSE and V in descrip.mmsRichard Levitte2016-05-092-2/+6
* Recognise VERBOSE and V as well as HARNESS_VERBOSEDr. Stephen Henson2016-05-092-5/+9
* Missing credit in CHANGESRich Salz2016-05-091-0/+1
* Fix error in the loop of ECDHAndrea Grandi2016-05-091-14/+14
* Free any existing SRTP connection profileMatt Caswell2016-05-091-0/+2
* Configurations/windows-makefile.tmpl: expand environments early.Andy Polyakov2016-05-091-2/+6
* fix tab-space mixed indentationFdaSilvaYY2016-05-0916-69/+69
* fix checkJ Mohan Rao Arisankala2016-05-091-1/+1
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-096-11/+20
* memset() doesn't take NULL.Ben Laurie2016-05-071-2/+4
* Add fuzzing!Ben Laurie2016-05-0713-0/+765
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-063-11/+13
* Add documentation of PKCS12_newpass()Jeffrey Walton2016-05-061-0/+94
* Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson2016-05-061-37/+36
* Only set CMS parameter when encryptingDr. Stephen Henson2016-05-061-15/+16
* RT3513: req doesn't display attributes using utf8stringisnotnick2016-05-061-0/+1
* README.PERL: clarify "matching" Perl requirement on Windows.Andy Polyakov2016-05-061-6/+6
* poly1305/asm/poly1305-x86_64.pl: contain symbols within shared lib.Andy Polyakov2016-05-061-0/+4
* poly1305/asm/poly1305-x86_64.pl: make it cross-compile.Andy Polyakov2016-05-061-4/+4
* testlib/OpenSSL/Test.pm: address 5.10 warnings.Andy Polyakov2016-05-061-4/+4
* test/evp_test.c: exercise different combinations of data misalignment.Andy Polyakov2016-05-061-24/+55
* Use default ASN.1 for SEED.Dr. Stephen Henson2016-05-051-1/+2
* typoDr. Stephen Henson2016-05-051-1/+1
* Move 3DES from HIGH to MEDIUMRich Salz2016-05-052-14/+16
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* GH356: Change assert to normal errorSergio Garcia Murillo2016-05-051-2/+3
* Handle no async jobs in libsslMatt Caswell2016-05-056-50/+101
* Document inversion ladder in curve25519Emilia Kasper2016-05-051-11/+42
* Script changed; update the generated file.Rich Salz2016-05-051-1/+0
* Improve heartbeats coding styleMatt Caswell2016-05-051-18/+18
* Tweak generated warning lines.Rich Salz2016-05-051-11/+8
* remove unused macros in list -disabledJ Mohan Rao Arisankala2016-05-051-6/+0
* Fix spellingFdaSilvaYY2016-05-051-7/+7
* support embed in ASN.1 printDr. Stephen Henson2016-05-041-0/+11
* Complete the list of names in doc/ssl/SSL_CTX_load_verify_locations.podRichard Levitte2016-05-041-2/+3
* Fix name length limit check.Dr. Stephen Henson2016-05-041-4/+2
* Check return of PEM_write_* functions and report possible errorsRichard Levitte2016-05-041-4/+5
* DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein2016-05-042-2/+2
* Handle malloc failures in BIO_acceptMatt Caswell2016-05-041-4/+14
* reject zero block length in PKCS12 keygenDr. Stephen Henson2016-05-041-1/+1
* Fix Blake block lengthDr. Stephen Henson2016-05-042-2/+2
* add documentationDr. Stephen Henson2016-05-041-0/+59
* Fix double free in d2i_PrivateKey().Dr. Stephen Henson2016-05-041-3/+5
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-0413-32/+33
* Fix the no-tls optionMatt Caswell2016-05-046-0/+18
* Remove stale errors from early connection attempts in a clientMatt Caswell2016-05-041-0/+2
* Allow spaces in filenames when using perl's globRichard Levitte2016-05-042-2/+2
* Alpha assembly pack: make it work on Linux.Andy Polyakov2016-05-045-7/+7