aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-11118-724/+754
* Add missing NULL check in X509V3_parse_list()Kurt Cancemi2015-05-111-0/+4
* Add missing terminating NULL to speed_options table.Kurt Cancemi2015-05-111-0/+1
* Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen2015-05-111-0/+1
* Check sk_SSL_CIPHER_new_null return valueMatt Caswell2015-05-111-2/+6
* Add SSL_use_certificate_chain_file functionDr. Stephen Henson2015-05-086-18/+41
* Fix typo in valid_starViktor Dukhovni2015-05-071-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-0657-239/+258
* Digest cached records if not sending a certificate.Dr. Stephen Henson2015-05-071-0/+5
* Make sig_app, sigx_app staticRich Salz2015-05-061-1/+2
* Make -CAserial a type 's' optionRichard Levitte2015-05-061-1/+1
* Add a -CAserial argument for signing the user cert requestRichard Levitte2015-05-061-1/+2
* SSL_CONF table reorganisation.Dr. Stephen Henson2015-05-063-95/+154
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-0615-29/+29
* Fix s_server version specific methodsMatt Caswell2015-05-061-7/+7
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-0576-223/+198
* ZLIB compression deserves a better commentRichard Levitte2015-05-061-1/+1
* Fix windows buildMatt Caswell2015-05-051-1/+1
* make updateRichard Levitte2015-05-053-1613/+1604
* Remove the last traces of the fake RLE compressionRichard Levitte2015-05-052-3/+0
* Add more error state transitions (DTLS)Matt Caswell2015-05-052-1/+22
* Add more error state transitions (client)Matt Caswell2015-05-051-3/+27
* Add more error state transitionsMatt Caswell2015-05-051-12/+59
* Add Error stateMatt Caswell2015-05-053-1/+11
* Update multi-thread FAQRich Salz2015-05-051-12/+9
* Remove apps cache for gethostbynameRich Salz2015-05-051-50/+2
* make updateMatt Caswell2015-05-052-26/+21
* ssl/kssl.c: include missing header to complete SSL structure's defn.mancha security2015-05-051-0/+1
* ssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1mancha security2015-05-051-1/+1
* Remove libcrypto to libssl dependencyMatt Caswell2015-05-051-1/+10
* Remove the fake RLE compression method.Rich Salz2015-05-044-82/+6
* GH271: Warning on </dev/null to CA.plRich Salz2015-05-041-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-04142-283/+278
* RT2943: Check sizes if -iv and -K argumentsRichard Levitte2015-05-041-4/+9
* Have -K actually take an argument, and correct help textRichard Levitte2015-05-041-1/+1
* Fix cut/paste errorRich Salz2015-05-041-1/+1
* RT1369: don't do "helpful" access check.Rich Salz2015-05-041-16/+5
* Return an error in ASN1_TYPE_unpack_sequence if argument is NULLDr. Stephen Henson2015-05-041-1/+1
* more OSSL_NELEM casesDr. Stephen Henson2015-05-0411-21/+19
* ssl/s3_srvr.c: Fix typo introduced via 69f682374868b.mancha security2015-05-031-1/+1
* Fixes some typos in doc/ssl/Alok Menghrajani2015-05-033-15/+15
* Fixes some typos in doc/apps/Alok Menghrajani2015-05-0312-50/+50
* RT3802: Fixes typos in doc/crypto/Alok Menghrajani2015-05-0341-60/+60
* fix various typo'sRich Salz2015-05-035-7/+7
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-0324-99/+81
* Remove obsolete make variablesRichard Levitte2015-05-022-8/+1
* Clean all .o files.Ben Laurie2015-05-021-1/+1
* make X509_VERIFY_PARAM opaqueDr. Stephen Henson2015-05-022-18/+19
* Remove shlib/Richard Levitte2015-05-0216-500/+2
* RT3820: Don't call GetDesktopWindow()Gilles Khouzam2015-05-021-2/+0