summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.1h releaseOpenSSL_1_0_1hDr. Stephen Henson2014-06-054-6/+6
* Update CHANGES and NEWSDr. Stephen Henson2014-06-052-1/+36
* Fix CVE-2014-3470Dr. Stephen Henson2014-06-051-0/+7
* Fix CVE-2014-0221Dr. Stephen Henson2014-06-051-2/+2
* Additional CVE-2014-0224 protection.Dr. Stephen Henson2014-06-051-1/+1
* Fix for CVE-2014-0224Dr. Stephen Henson2014-06-054-0/+17
* Fix for CVE-2014-0195Dr. Stephen Henson2014-06-051-0/+9
* make updateDr. Stephen Henson2014-06-051-1/+1
* Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek2014-06-031-1/+1
* Check there is enough room for extension.David Benjamin2014-06-021-0/+4
* Free up s->d1->buffered_app_data.q properly.zhu qun-ying2014-06-021-3/+6
* Typo: set i to -1 before goto.Sami Farin2014-06-021-1/+1
* Added SSLErr call for internal error in dtls1_buffer_recordMatt Caswell2014-06-011-0/+1
* Delays the queue insertion until after the ssl3_setup_buffers() call due to u...David Ramos2014-06-011-9/+9
* Recognise padding extension.Dr. Stephen Henson2014-06-011-0/+4
* Option to disable padding extension.Dr. Stephen Henson2014-06-013-22/+29
* Set default global mask to UTF8 only.Dr. Stephen Henson2014-06-011-1/+1
* Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos2014-06-011-0/+5
* Initialise alg.David Ramos2014-06-011-1/+1
* Use correct digest when exporting keying material.Dr. Stephen Henson2014-05-311-1/+1
* Don't compile heartbeat test code on Windows (for now).Dr. Stephen Henson2014-05-311-1/+1
* add description of -attime to man pageHubert Kario2014-05-301-0/+7
* add description of -no_ecdhe option to s_server man pageHubert Kario2014-05-301-0/+6
* Set version number correctly.Dr. Stephen Henson2014-05-291-2/+2
* Fix memory leak.František Bořánek2014-05-291-1/+1
* remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser2014-05-291-1/+1
* Fix for test_bn regular expression to work on Windows using MSYS. PR#3346Peter Mosmans2014-05-271-1/+1
* Fixed Windows compilation failureMatt Caswell2014-05-271-0/+1
* Fixed error in args for SSL_set_msg_callback and SSL_set_msg_callback_argMatt Caswell2014-05-251-2/+2
* Fix for non compilation with TLS_DEBUG definedMatt Caswell2014-05-241-5/+1
* Fix heartbeat_test for -DOPENSSL_NO_HEARTBEATSMike Bland2014-05-221-0/+10
* Fixed minor copy&paste error, and stray space causing rendering problemMatt Caswell2014-05-221-2/+2
* Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson2014-05-211-0/+8
* Change default cipher in smime app to des3.Dr. Stephen Henson2014-05-212-3/+3
* For portability use BUF_strndup instead of strndup.Dr. Stephen Henson2014-05-201-2/+2
* Fix a wrong parameter count ERR_add_error_dataJanpopan2014-05-191-1/+1
* Merge branch 'mbland-heartbeat-test-1.0.1' into OpenSSL_1_0_1-stableBen Laurie2014-05-193-5/+490
|\
| * Unit/regression test for TLS heartbeats.Mike Bland2014-05-193-5/+490
|/
* Allow the maximum value.Ben Laurie2014-05-191-1/+1
* Fix signed/unsigned warning.Ben Laurie2014-05-191-3/+4
* Moved note about lack of support for AEAD modes out of BUGS section to SUPPOR...Matt Caswell2014-05-151-4/+4
* Enc doesn't support AEAD ciphers.Dr. Stephen Henson2014-05-151-0/+6
* Fix grammar error in verify pod. PR#3355Jeffrey Walton2014-05-141-1/+1
* Add information to BUGS section of enc documentation. PR#3354Jeffrey Walton2014-05-141-0/+4
* Corrected POD syntax errors. PR#3353Michal Bozon2014-05-144-4/+4
* Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx2014-05-121-2/+3
* Correct the return type on the signature for X509_STORE_CTX_get_ex_data given...Jean-Paul Calderone2014-05-121-1/+1
* Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev2014-05-121-16/+7
* Fixed NULL pointer dereference. See PR#3321Matt Caswell2014-05-121-3/+4
* Set authkey to NULL and check malloc return value.Kurt Roeckx2014-05-121-1/+7