aboutsummaryrefslogtreecommitdiff
path: root/openssl/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Release v0.9.14v0.9.14Steven Fackler2017-06-141-1/+1
| |
* | Properly reexport ConnectConfigurationSteven Fackler2017-06-141-1/+2
| |
* | Fix documentation typoHasan2017-06-101-1/+1
| |
* | Fix for changes in OpenSSL 1.1.0fSteven Fackler2017-06-061-34/+2
| |
* | Little docs fixSteven Fackler2017-05-291-1/+1
| |
* | Add a fixmeSteven Fackler2017-05-291-64/+68
| |
* | Release v0.9.13v0.9.13Steven Fackler2017-05-291-1/+1
| |
* | Update bitflags 0.8 -> 0.9golem1312017-05-223-61/+61
|/
* Release v0.9.12v0.9.12Steven Fackler2017-05-121-1/+1
|
* Support public key decode from DERSteven Fackler2017-05-061-0/+7
| | | | Closes #629
* Add a note to rename variantSteven Fackler2017-05-061-0/+1
|
* Clarify use of ssl::HandshakeError::Interruptedjethrogb2017-05-031-1/+1
|
* Expose the lower level SHA functionsSteven Fackler2017-04-142-0/+108
| | | | | These don't allocate so they're both infallible and significantly faster.
* Release v0.9.11v0.9.11Steven Fackler2017-04-141-1/+1
|
* Merge pull request #616 from sfackler/no-allocSteven Fackler2017-04-132-22/+86
|\ | | | | Don't force allocation for message digests
| * Don't force allocation for message digestsSteven Fackler2017-04-132-22/+86
| |
* | (issues-600) Avoid compiling ec2m code against no-ec2m opensslAndrew Roetker2017-04-111-0/+1
|/ | | | | This commit avoids defining code that leads to undefined references when compiling against an openssl built with no-ec2m.
* Add new EC/PKEY methods to permit deriving shared secrets.Andrew Osmond2017-04-102-7/+69
|
* Release v0.9.10v0.9.10Steven Fackler2017-03-261-1/+1
|
* Merge pull request #606 from cjcole/masterSteven Fackler2017-03-261-2/+20
|\ | | | | Fix order of arguments to BN_rand_range and BN_pseudo_rand_range
| * Fix order of arguments to BN_rand_range and BN_pseudo_rand_rangeChris Cole2017-03-251-2/+20
| |
* | Logic to support client-side session reuseSteven Fackler2017-03-252-7/+105
|/
* Release v0.9.9v0.9.9Steven Fackler2017-03-141-1/+1
|
* Release v0.9.8v0.9.8Steven Fackler2017-03-091-1/+1
|
* Merge pull request #592 from Byron/masterSteven Fackler2017-03-092-1/+19
|\ | | | | Fix for len() == isize::max() for stacks that are unallocated
| * Don't allow Stacks to be allocated with a null-ptrSebastian Thiel2017-03-072-13/+11
| | | | | | | | | | | | | | | | | | | | The latter must be seen as undefined behaviour, as it will cause the `sk_num` function to return -1 to indicate the error, which causes all kinds of issues. Thus there now is a panic to abort the program if stacks are initialized with a null-ptr, and special handling of that case when decoding a Pkcs file.
| * Fix for empty stacksSebastian Thiel2017-03-061-2/+11
| | | | | | | | | | | | | | | | | | | | The culprit is that `sk_num(stack)` can return -1 as c_int if there is no stack allocated. Previously, thanks to unsafe casts, this would result in a isize::max() for len() and iteration size if there was no stack. Now this case is handled specifically, which fixes the issue.
| * Add test to run into issue with stack.len()Sebastian Thiel2017-03-061-0/+11
| |
* | Merge pull request #585 from bluejekyll/masterSteven Fackler2017-03-071-0/+17
|\ \ | |/ |/| some helpful documentation and example on set_subject_name()
| * mention the common fieldsBenjamin Fry2017-02-221-1/+1
| |
| * some helpful documentation and example.Benjamin Fry2017-02-201-0/+17
| |
* | Fix Shr trait impl for BigNum: was using shlChris Cole2017-03-011-2/+10
| |
* | scrypt supportSteven Fackler2017-02-211-6/+56
|/ | | | Closes #586
* Expose more error informationSteven Fackler2017-02-191-17/+79
|
* Add a fixme to drop const prefixesSteven Fackler2017-02-191-0/+1
|
* TweaksSteven Fackler2017-02-181-4/+3
|
* add Ok to resultBenjamin Fry2017-02-161-1/+1
|
* only forget in non-error conditionBenjamin Fry2017-02-161-1/+1
|
* review fixes: reorder forget()Benjamin Fry2017-02-161-2/+6
|
* fix cfg options for v102 and v110Benjamin Fry2017-02-161-2/+2
|
* add set_verify_cert_store() to ssl ctxBenjamin Fry2017-02-162-0/+38
|
* Support PKCS#8 private key deserializationSteven Fackler2017-02-141-1/+62
| | | | Closes #581
* Release v0.9.7v0.9.7Steven Fackler2017-02-111-1/+1
|
* Update deprecation versionSteven Fackler2017-02-112-18/+18
|
* Remove X509Req settersSteven Fackler2017-02-111-13/+0
|
* Merge remote-tracking branch 'origin/master' into x509-builderSteven Fackler2017-02-1133-728/+3506
|\
| * Re-add reexportSteven Fackler2017-02-111-0/+1
| |
| * Merge branch 'master' into x509_req_version_subjectSteven Fackler2017-02-113-14/+136
| |\
| | * X509 signature algorithm accessSteven Fackler2017-02-103-9/+77
| | |
| | * X509 signature accessSteven Fackler2017-02-102-5/+42
| | |