aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls
Commit message (Expand)AuthorAgeFilesLines
...
* Make this comment easier to readJack Lloyd2020-11-301-1/+2
* Merge GH #2517 Allow custom RSA private keys during TLSJack Lloyd2020-11-281-1/+1
|\
| * Allow custom RSA Private_Key in Client_Key_Exchange messageClaudius Hauptmann2020-11-271-1/+1
* | Remove support for DHE_PSKJack Lloyd2020-11-248-38/+9
|/
* Merge GH #2511 Remove support for AES-128 OCB ciphersuitesJack Lloyd2020-11-243-11/+1
|\
| * Remove support for AES-128 OCB ciphersuitesJack Lloyd2020-11-243-11/+1
* | Merge GH #2510 Fix some C++17 todosJack Lloyd2020-11-241-33/+30
|\ \ | |/ |/|
| * try to calm gcc 9Hannes Rantzsch2020-11-241-0/+2
| * use if constexpr rather than sfinaeHannes Rantzsch2020-11-241-33/+28
* | Remove Camellia CBC TLS ciphersuitesJack Lloyd2020-11-233-39/+15
* | Remove support for SEED TLS ciphersuitesJack Lloyd2020-11-233-5/+1
* | Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-234-6/+6
* | Remove SRP support from TLSJack Lloyd2020-11-2321-376/+26
|/
* Remove TLS support for DSA certificates/ciphersuitesJack Lloyd2020-11-218-88/+2
* Improvements to TLS suite generation scriptJack Lloyd2020-11-211-6/+2
* Remove support for TLS anonymous DH/ECDH suitesJack Lloyd2020-11-217-30/+4
* Remove some unused includes of rounding.hJack Lloyd2020-11-112-2/+0
* Remove deprecated TLS interfacesJack Lloyd2020-11-087-371/+5
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0617-214/+21
* Merge X.509 header filesJack Lloyd2020-10-312-1/+2
* Merge some of the ASN.1 headersJack Lloyd2020-10-311-1/+1
* Resolve Doxygen warningsJack Lloyd2020-10-281-2/+2
* Fix LGTM warningJack Lloyd2020-06-181-1/+1
* Enforce TLS server certificate key usage constraintsJack Lloyd2020-06-091-0/+24
* Prohibit a TLS peer from using a v1/v2 leaf certificateJack Lloyd2020-06-091-1/+16
* Fix cppcheck findingsRené Fischer2020-06-051-2/+4
* Small refactorings of TLS record layerJack Lloyd2020-04-243-32/+67
* Fix an undefined shift operation when DTLS reconnection occursJack Lloyd2020-04-051-1/+13
* Fix for ASanJack Lloyd2020-04-011-1/+1
* Make CBC padding constant timeJack Lloyd2020-03-292-30/+49
* Improve error category namesHannes Rantzsch2020-03-171-5/+17
* use boost::beast provided lowest_layer utilitiesHannes Rantzsch2020-03-171-6/+19
* implement server-side of TLS::StreamHannes Rantzsch2020-03-172-29/+38
* implement async_shutdownHannes Rantzsch2020-03-171-5/+47
* FIX: Detect stream truncation errorsHannes Rantzsch2020-03-173-121/+191
* fail gracefully when using Stream w/o handshakeHannes Rantzsch2020-03-161-1/+6
* Remove support for splitting the amalgamation by ABIJack Lloyd2020-01-221-5/+3
* New TLS session encryption formatJack Lloyd2019-12-152-27/+94
* Prefer CCM over CBC ciphersuitesRené Korthaus2019-11-151-1/+1
* Remove non-ephemeral PSK ciphersuites from BSI TLS policyRené Korthaus2019-11-141-1/+1
* Add SHA-512 to BSI TLS policy's allowed sigatures hashesRené Korthaus2019-11-141-1/+1
* Add AES-128/CCM and AES-256/CCM ciphersuites to BSI TLS policyRené Korthaus2019-11-141-1/+1
* Remove some FFDHE groups from BSI TLS policyRené Korthaus2019-11-141-2/+0
* Allow disabling TLS 1.0/1.1 and DTLS 1.0 at build timeJack Lloyd2019-11-105-14/+40
* Try to appease MSVCJack Lloyd2019-10-251-4/+3
* Fix various Doxygen warningsJack Lloyd2019-10-252-17/+16
* Avoid situation where is_active and is_closed could both return trueJack Lloyd2019-10-221-0/+2
* silence trivial warningsNuno Goncalves2019-10-203-0/+3
* Fix some MSVC warningsJack Lloyd2019-10-181-1/+3
* Add a variant of RandomNumberGenerator::random_vecJack Lloyd2019-09-133-9/+10