aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-05Prepare for 1.0.0m releaseOpenSSL_1_0_0mDr. Stephen Henson4-6/+6
2014-06-05make updateDr. Stephen Henson1-25/+25
2014-06-05Update CHANGES and NEWSDr. Stephen Henson2-0/+36
2014-06-03Fix CVE-2014-3470Dr. Stephen Henson1-0/+7
2014-06-03Fix CVE-2014-0221Dr. Stephen Henson1-2/+2
2014-06-03Additional CVE-2014-0224 protection.Dr. Stephen Henson1-1/+1
2014-06-03Fix for CVE-2014-0224Dr. Stephen Henson4-0/+14
2014-06-03Fix for CVE-2014-0195Dr. Stephen Henson1-0/+9
2014-06-02Free up s->d1->buffered_app_data.q properly.zhu qun-ying1-3/+6
2014-06-02Make PKCS7_NOCERTS match documentation.Dr. Stephen Henson1-6/+3
2014-06-02Fix typo.Annie Yousar1-1/+1
2014-06-02Typo: set i to -1 before goto.Sami Farin1-1/+1
2014-06-01Added SSLErr call for internal error in dtls1_buffer_recordMatt Caswell1-1/+1
2014-06-01Delays the queue insertion until after the ssl3_setup_buffers() call due to u...David Ramos1-7/+8
2014-06-01Set default global mask to UTF8 only.Dr. Stephen Henson1-1/+1
2014-06-01Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos1-0/+5
2014-05-30add description of -attime to man pageHubert Kario1-0/+7
2014-05-30add description of -no_ecdhe option to s_server man pageHubert Kario1-0/+6
2014-05-29Set version number correctly.Dr. Stephen Henson1-2/+2
2014-05-29Fix memory leak.František Bořánek1-1/+1
2014-05-29Fix signed/unsigned warning.Ben Laurie1-3/+4
2014-05-29Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson1-0/+8
2014-05-29Change default cipher in smime app to des3.Dr. Stephen Henson2-3/+3
2014-05-27Fix for test_bn regular expression to work on Windows using MSYS. PR#3346Peter Mosmans1-1/+1
2014-05-25Fixed error in args for SSL_set_msg_callback and SSL_set_msg_callback_argMatt Caswell1-2/+2
2014-05-24Fix for non compilation with TLS_DEBUG definedMatt Caswell1-5/+1
2014-05-22Fixed minor copy&paste error, and stray space causing rendering problemMatt Caswell1-2/+2
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan1-1/+1
2014-05-15Removed note in BUGS section about AEAD ciphers - inadvertently added to wron...Matt Caswell1-4/+0
2014-05-14Fix grammar error in verify pod. PR#3355Jeffrey Walton1-1/+1
2014-05-14Add information to BUGS section of enc documentation. PR#3354Jeffrey Walton1-0/+4
2014-05-14Corrected POD syntax errors. PR#3353Michal Bozon4-4/+4
2014-05-12Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx1-2/+3
2014-05-12Correct the return type on the signature for X509_STORE_CTX_get_ex_data given...Jean-Paul Calderone1-1/+1
2014-05-12Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev1-16/+7
2014-05-12Fixed NULL pointer dereference. See PR#3321Matt Caswell1-3/+4
2014-05-11Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack1-0/+3
2014-05-11Fix infinite loop. PR#3347Viktor Dukhovni1-2/+13
2014-05-11safety check to ensure we dont send out beyond the users bufferTim Hudson1-0/+16
2014-05-09Return an error if no recipient type matches.Dr. Stephen Henson1-2/+3
2014-05-08coverity 966576 - close socket in error pathTim Hudson1-0/+3
2014-05-08PR#3342 fix resource leak coverity issue 966577Tim Hudson1-1/+1
2014-05-08fix coverity issue 966597 - error line is not always initialisedTim Hudson1-0/+4
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell3-1/+8
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe1-0/+1
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe1-20/+26
2014-05-06dso: eliminate VMS code on non-VMS systemsGeoff Thorpe1-8/+8
2014-05-06Initialize num properly.Dr. Stephen Henson1-0/+1
2014-05-06Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson1-0/+2
2014-05-04Double free in i2o_ECPublicKeyDavid Ramos1-2/+5