summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.9.8zb releaseOpenSSL_0_9_8zbMatt Caswell2014-08-064-6/+6
* Updates to CHANGES and NEWSMatt Caswell2014-08-062-1/+45
* Fix OID handling:Emilia Kasper2014-08-062-16/+30
* Fix DTLS anonymous EC(DH) denial of serviceEmilia Käsper2014-08-062-2/+21
* Fix protocol downgrade bug in case of fragmented packetsDavid Benjamin2014-08-061-7/+23
* Remove some duplicate DTLS code.Adam Langley2014-08-061-4/+4
* Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fr...Matt Caswell2014-08-061-1/+3
* Fix return code for truncated DTLS fragment.Adam Langley2014-08-061-1/+3
* Fix memory leak from zero-length DTLS fragments.Adam Langley2014-08-061-3/+19
* Fix DTLS handshake message size checks.Matt Caswell2014-08-061-13/+16
* Added comment for the frag->reassembly == NULL case as per feedback from EmiliaMatt Caswell2014-08-061-1/+2
* Avoid double free when processing DTLS packets.Adam Langley2014-08-061-4/+2
* fix warn_unused_result warningsDr. Stephen Henson2014-08-062-3/+5
* Fix warnings about ignored return values.Dr. Stephen Henson2014-08-061-2/+10
* Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller2014-08-012-99/+80
* "EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley2014-07-211-1/+1
* Remove old unused and unmaintained demonstration code.Tim Hudson2014-07-2215-1008/+0
* Minor documentation update removing "really" and aTim Hudson2014-07-212-5/+4
* Fix documentation for RSA_set_method(3)Dr. Stephen Henson2014-07-191-5/+9
* Fix typo, add reference.Jeffrey Walton2014-07-171-2/+6
* Add Matt Caswell's fingerprint, and general update on the fingerprints file t...Matt Caswell2014-07-151-8/+7
* Clarify -Verify and PSK.Dr. Stephen Henson2014-07-151-0/+3
* Fix DTLS certificate requesting code.Dr. Stephen Henson2014-07-151-4/+5
* Don't allow -www etc options with DTLS.Dr. Stephen Henson2014-07-151-0/+8
* Use case insensitive compare for servername.Dr. Stephen Henson2014-07-151-1/+1
* Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell2014-07-131-0/+9
* * crypto/ui/ui_lib.c: misplaced brace in switch statement.Richard Levitte2014-07-131-1/+1
* Fix memory leak in BIO_free if there is no destroy function.Matt Caswell2014-07-091-2/+2
* Prevent infinite loop loading config files.David Lloyd2014-07-071-1/+1
* Fix ECC SSLv2 exclusion on OpenSSL 0.9.8.Dr. Stephen Henson2014-07-071-5/+1
* Update ticket callback docs.Dr. Stephen Henson2014-07-061-2/+15
* Fixes for newer versions of pod2manMatt Caswell2014-07-0617-37/+37
* Fixed error in pod files with latest versions of pod2manMatt Caswell2014-07-061-3/+3
* Return smaller of ret and f.Alan Hryngle2014-07-051-1/+1
* Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson2014-07-051-1/+1
* More doc fixes.Dr. Stephen Henson2014-07-034-244/+1
* More bugfixes from the doc-fix merge; errors found by DrH, thanks.Rich Salz2014-07-032-105/+6
* Fix errors with last cherry-pick; SSL_CONF_* and s_clientRich Salz2014-07-034-535/+1
* Merge branch 'rsalz-docfixes'Rich Salz2014-07-0333-104/+1471
* Close 3170, remove reference to Ariel Glenn's old 0.9.8 docRich Salz2014-07-031-5/+0
* Fix doc typo.Matt Smart2014-07-021-2/+2
* util/mkerr.pl: fix perl warningGeoff Thorpe2014-07-021-2/+2
* ASN1 sanity check.Dr. Stephen Henson2014-07-021-0/+3
* Fix memory leak.Dr. Stephen Henson2014-06-291-0/+4
* Typo.Ken Ballou2014-06-291-1/+1
* Show errors on CSR verification failure.Dr. Stephen Henson2014-06-291-0/+2
* Typo.Dr. Stephen Henson2014-06-281-1/+1
* Don't disable state strings with no-ssl2Dr. Stephen Henson2014-06-281-4/+1
* Fix typo in ideatest.cAndreas Westfeld2014-06-281-3/+3
* Remove redundant check.Ken Ballou2014-06-271-1/+1