summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.0m releaseOpenSSL_1_0_0mDr. Stephen Henson2014-06-054-6/+6
* make updateDr. Stephen Henson2014-06-051-25/+25
* Update CHANGES and NEWSDr. Stephen Henson2014-06-052-0/+36
* Fix CVE-2014-3470Dr. Stephen Henson2014-06-031-0/+7
* Fix CVE-2014-0221Dr. Stephen Henson2014-06-031-2/+2
* Additional CVE-2014-0224 protection.Dr. Stephen Henson2014-06-031-1/+1
* Fix for CVE-2014-0224Dr. Stephen Henson2014-06-034-0/+14
* Fix for CVE-2014-0195Dr. Stephen Henson2014-06-031-0/+9
* Free up s->d1->buffered_app_data.q properly.zhu qun-ying2014-06-021-3/+6
* Make PKCS7_NOCERTS match documentation.Dr. Stephen Henson2014-06-021-6/+3
* Fix typo.Annie Yousar2014-06-021-1/+1
* 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-1/+1
* Delays the queue insertion until after the ssl3_setup_buffers() call due to u...David Ramos2014-06-011-7/+8
* 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
* 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
* Fix signed/unsigned warning.Ben Laurie2014-05-291-3/+4
* Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson2014-05-291-0/+8
* Change default cipher in smime app to des3.Dr. Stephen Henson2014-05-292-3/+3
* Fix for test_bn regular expression to work on Windows using MSYS. PR#3346Peter Mosmans2014-05-271-1/+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
* Fixed minor copy&paste error, and stray space causing rendering problemMatt Caswell2014-05-221-2/+2
* Fix a wrong parameter count ERR_add_error_dataJanpopan2014-05-191-1/+1
* Removed note in BUGS section about AEAD ciphers - inadvertently added to wron...Matt Caswell2014-05-151-4/+0
* 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
* Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack2014-05-111-0/+3
* Fix infinite loop. PR#3347Viktor Dukhovni2014-05-111-2/+13
* safety check to ensure we dont send out beyond the users bufferTim Hudson2014-05-111-0/+16
* Return an error if no recipient type matches.Dr. Stephen Henson2014-05-091-2/+3
* coverity 966576 - close socket in error pathTim Hudson2014-05-081-0/+3
* PR#3342 fix resource leak coverity issue 966577Tim Hudson2014-05-081-1/+1
* fix coverity issue 966597 - error line is not always initialisedTim Hudson2014-05-081-0/+4
* Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell2014-05-073-1/+8
* evp: prevent underflow in base64 decodingGeoff Thorpe2014-05-061-0/+1
* bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe2014-05-061-20/+26
* dso: eliminate VMS code on non-VMS systemsGeoff Thorpe2014-05-061-8/+8
* Initialize num properly.Dr. Stephen Henson2014-05-061-0/+1
* Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson2014-05-061-0/+2
* Double free in i2o_ECPublicKeyDavid Ramos2014-05-041-2/+5