summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make SSL_heartbeat() a real function.eliminate-ssl-ctrlBen Laurie2014-07-063-22/+13
|
* Make SSL_set_tlsext_heartbeat_no_requests() a real function.Ben Laurie2014-07-064-17/+14
|
* Make SSL_get_tlsext_heartbeat_pending() a real function.Ben Laurie2014-07-063-50/+51
|
* Make SSL_set_tlsext_opaque_prf_input() a real function.Ben Laurie2014-07-063-27/+29
|
* Remove unneeded define.Ben Laurie2014-07-062-2/+1
|
* Make SSL_set_tlsext_status_ocsp_resp() a real function.Ben Laurie2014-07-062-11/+13
|
* Make SSL_get_tlsext_status_ocsp_resp() a real function.Ben Laurie2014-07-063-8/+7
|
* Make SSL_set_tlsext_status_ids() a real function.Ben Laurie2014-07-063-9/+6
|
* Make SSL_set_tlsext_status_exts() and SSL_get_tlsext_status_ids() real ↵Ben Laurie2014-07-063-20/+14
| | | | functions.
* Make SSL_get_tlsext_status_exts() a real function.Ben Laurie2014-07-063-9/+6
|
* Make tlsext_statustype an enum.Ben Laurie2014-07-062-3/+5
|
* Make SSL_set_tlsext_status_type() a real function.Ben Laurie2014-07-063-9/+6
|
* Make SSL_set_tlsext_debug_arg() a real function.Ben Laurie2014-07-063-8/+6
|
* Make SSL_set_tlsext_debug_callback() a real function.Ben Laurie2014-07-063-10/+14
|
* Make SSL_set_tlsext_host_name() a real function.Ben Laurie2014-07-063-30/+27
|
* Make TLSEXT_NAMETYPE_host_name an enum.Ben Laurie2014-07-063-7/+10
|
* Reduce casting nastiness.Ben Laurie2014-07-053-2/+11
|
* Reduce casting nastiness.Ben Laurie2014-07-051-2/+9
|
* Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson2014-07-051-1/+1
| | | | PR#319 (reoponed version).
* Add license info.Dr. Stephen Henson2014-07-041-0/+3
|
* typoDr. Stephen Henson2014-07-041-1/+1
| | | | (cherry picked from commit 2cfbec1caea8f9567bdff85d33d22481f2afb40a)
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-0418-1054/+8
| | | | Remove RFC5878 code. It is no longer needed for CT and has numerous bugs
* Update ticket callback docs.Dr. Stephen Henson2014-07-031-2/+15
|
* Close 3170, remove reference to Ariel Glenn's old 0.9.8 docRich Salz2014-07-031-5/+0
|
* RT 1638; EVP_*Final() should mention they no longer cleanup the ctx.Rich Salz2014-07-021-4/+5
|
* RT3408; fix some (not all suggested) typo's in openssl.cnfRich Salz2014-07-021-1/+1
|
* Merge branch 'rsalz-docfixes'Rich Salz2014-07-0233-51/+378
|\
| * Close a whole bunch of documentation-related tickets:Rich Salz2014-07-0233-51/+378
| | | | | | | | | | 298 424 656 882 939 1630 1807 2263 2294 2311 2424 2623 2637 2686 2697 2921 2922 2940 3055 3112 3156 3177 3277
* | e_os.h: limit _MSC_VER trickery to older compilers.Andy Polyakov2014-07-021-2/+2
| | | | | | | | PR: #3390
* | bn_exp.c: fix x86_64-specific crash with one-word modulus.Andy Polyakov2014-07-021-1/+1
|/ | | | PR: #3397
* Fix doc typo.Matt Smart2014-07-021-2/+2
| | | | | | | | ERR_get_error(3) references the non-existent ERR_get_last_error_line_data instead of the one that does exist, ERR_peek_last_error_line_data. PR#3283
* Make disabling last cipher work.Thijs Alkemade2014-07-021-7/+11
|
* ASN1 sanity check.Dr. Stephen Henson2014-07-021-0/+3
| | | | | | | Primitive encodings shouldn't use indefinite length constructed form. PR#2438 (partial).
* Add support for SHA2 in CAPI ENGINE.Libor Krystek2014-07-021-0/+32
| | | | PR#2706 though patch is from PR#3366.
* Fix possible buffer overrun.Ben Laurie2014-07-022-18/+20
| | | | | | | (cherry picked from commit 2db3ea29298bdc347f15fbfab6d5746022f05101) Conflicts: ssl/t1_lib.c
* RT 1528; misleading debug print, "pre-master" should be "master key"Rich Salz2014-07-011-1/+1
|
* perlasm/ppc-xlate.pl update.Andy Polyakov2014-07-011-0/+3
|
* Engage SHA256/512 for PowerISA 2.07.Andy Polyakov2014-07-015-13/+31
|
* Add SHA256/512 for PowerISA 2.07.Andy Polyakov2014-07-011-0/+423
|
* RT 1530; fix incorrect commentRich Salz2014-07-011-1/+1
|
* RT 1229; typo in comment "dont't"->"don't"Rich Salz2014-07-011-1/+1
|
* RT 3245; it's "bitwise or" not "logical or"Rich Salz2014-07-011-1/+1
|
* Fix RT 3211; "and are" -->"are"Rich Salz2014-07-011-1/+1
|
* Fix RT 2567; typo in pkeyutl page.Rich Salz2014-07-011-1/+1
|
* Fix RT 2430; typo's in ca.podRich Salz2014-07-011-5/+5
|
* Fix RT 3193Rich Salz2014-07-011-1/+1
|
* sha512-x86_64.pl: fix linking problem under Windows.Andy Polyakov2014-07-011-0/+4
|
* Windows build fixes.Dr. Stephen Henson2014-07-012-1/+4
|
* Fix warning.Dr. Stephen Henson2014-07-011-1/+1
| | | | (cherry picked from commit c97ec5631bb08a2171a125008d2f0d2a75687aaa)
* Make NO_SYS_UN_H compile.Dr. Stephen Henson2014-07-012-1/+8
|