aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* add 'OCSP_IS_TOO_OLD' to Botan::to_string()René Meusel2019-05-281-0/+2
* add optional max_age for ocsp checksPatrick Schmidt2019-05-275-14/+27
* Fix DTLS MTU splittingJack Lloyd2019-05-211-19/+5
* Fix TLS CBC in DTLS when a bad packet is received.Jack Lloyd2019-05-213-11/+25
* Merge GH #1954 Add BoGo test shimJack Lloyd2019-05-2027-187/+469
|\
| * Fix various issues in TLS found using BoGoJack Lloyd2019-05-2027-187/+469
* | Don't artificially limit very small RSA keys.Jack Lloyd2019-05-201-1/+6
|/
* OpenBSD MAP_CONCEAL new flag supportDavid Carlier2019-05-151-0/+4
* add some commentsTim Oesterreich2019-05-141-0/+4
* Apply suggestions from code reviewTim Oesterreich2019-05-141-3/+3
* restructure a bit to avoid code duplications and make find_cert more efficien...Tim Oesterreich2019-05-142-88/+93
* search certificates by key_id first, if possibleTim Oesterreich2019-05-141-9/+20
* address some review commentsTim Oesterreich2019-05-142-11/+10
* fix docu, dont throw in find_crl_forTim Oesterreich2019-05-142-3/+4
* deduplicate certificates in find_all_certsTim Oesterreich2019-05-142-213/+221
* search certificates by full subject_dn instead of common name onlyTim Oesterreich2019-05-141-46/+51
* wrap windows handles into RAIITim Oesterreich2019-05-141-84/+121
* fix find_cert_by_pubkey_sha1Tim Oesterreich2019-05-142-87/+67
* add find_cert by key_id functionalityTim Oesterreich2019-05-141-27/+84
* add all_subjects() functionalityTim Oesterreich2019-05-141-16/+20
* add windows certstore find_cert and find_cert_by_pubkey_sha1 functionalityPatrik Fiedler2019-05-144-0/+233
* Increase ASN1_Time maximum allowed year to 3100Jack Lloyd2019-05-131-1/+2
* Fix decoding of RSA-OAEP certsJack Lloyd2019-05-091-5/+1
* Merge GH #1938 Fix X509_DN comparisonsJack Lloyd2019-05-095-13/+62
|\
| * Fix X509_DN comparisonJack Lloyd2019-05-085-13/+62
* | Fix some warnings with Clang 8Jack Lloyd2019-05-088-29/+19
|/
* Merge GH #1940 Fix Boost lib linking on WindowsJack Lloyd2019-05-081-1/+2
|\
| * append .lib suffix for boost on windowsTim Oesterreich2019-05-071-1/+2
* | functionality to support multiple OUs, missing unit tests on more_dnsndotb2019-05-072-0/+12
|/
* use map of vectors instead of multimap in flatfile certstorTim Oesterreich2019-05-072-14/+13
* Merge GH #1929 Use raw strings for inline asm statementsJack Lloyd2019-05-042-72/+64
|\
| * Use C++ raw strings in inline asmJack Lloyd2019-05-032-72/+64
* | Remove IP/FP tables in DESJack Lloyd2019-05-033-283/+42
* | make template friends compile on clang and MSVCHannes Rantzsch2019-05-032-4/+4
|/
* Merge GH #1839 Add TLS asio stream wrapperJack Lloyd2019-05-017-0/+1255
|\
| * review: buffer accessors visibility, ignore ALERT::CLOSE_NOTIFY, docsHannes Rantzsch2019-04-292-72/+74
| * review: unit tests and public api versionHannes Rantzsch2019-04-291-1/+2
| * simplify read_some and shutdownHannes Rantzsch2019-04-261-36/+23
| * simplify error_code handling for handshake and writeHannes Rantzsch2019-04-261-39/+16
| * Further cleanup of asio stream header filesHannes Rantzsch2019-04-269-600/+473
| * tidy up StreamCore as an implementation detail of StreamHannes Rantzsch2019-04-264-132/+131
| * start restructuring asio stream headersHannes Rantzsch2019-04-247-319/+176
| * remove convertException entirelyHannes Rantzsch2019-04-234-36/+73
| * use ErrorType instead of TLS::error and remove convert_exceptions headerHannes Rantzsch2019-04-239-232/+103
| * use existing TLS::Connection_Side instead of handshake_typeHannes Rantzsch2019-04-232-31/+24
| * use class instead of structHannes Rantzsch2019-04-235-5/+10
| * remove superfluous #ifdef guardsHannes Rantzsch2019-04-2310-30/+0
| * review: low hanging fruitsHannes Rantzsch2019-04-165-26/+30
| * Apply comment suggestions from code reviewRené Meusel2019-04-164-5/+8
| * include build.h in all headers to make sure definitions are availableHannes Rantzsch2019-04-1611-0/+22