aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-144-93/+111
| * search certificates by key_id first, if possibleTim Oesterreich2019-05-142-9/+21
| * 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-145-214/+251
| * add test for subject dns containing UTF8 stringsTim Oesterreich2019-05-142-1/+29
| * 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-132-2/+6
* Merge GH #1945 Add --format option to rng cliJack Lloyd2019-05-105-43/+73
|\
| * Add --format option for RNG cmdletJack Lloyd2019-05-095-43/+73
* | Merge GH #1944 Fix decoding of RSA-OAEP certsJack Lloyd2019-05-103-5/+48
|\ \
| * | Fix decoding of RSA-OAEP certsJack Lloyd2019-05-093-5/+48
| |/
* / Mark some classes as finalJack Lloyd2019-05-094-8/+8
|/
* Update newsJack Lloyd2019-05-091-0/+6
* Merge GH #1938 Fix X509_DN comparisonsJack Lloyd2019-05-098-13/+147
|\
| * Fix X509_DN comparisonJack Lloyd2019-05-088-13/+147
* | Merge GH #1941 Fix some Clang 8 warningsJack Lloyd2019-05-098-29/+19
|\ \ | |/ |/|
| * 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
* | Merge GH #1939 Allow setting multiple OUJack Lloyd2019-05-084-2/+56
|\ \ | |/ |/|
| * functionality to support multiple OUs, missing unit tests on more_dnsndotb2019-05-074-2/+56
|/
* Update newsJack Lloyd2019-05-071-1/+1
* Merge GH #1936 Use map of vector instead of multimap in flatfile storeJack Lloyd2019-05-075-14/+55
|\
| * use map of vectors instead of multimap in flatfile certstorTim Oesterreich2019-05-075-14/+55
|/
* Update newsJack Lloyd2019-05-071-0/+8
* Merge GH #1935 Fix docJack Lloyd2019-05-071-2/+2
|\
| * doc: Fix up another broken code example in tls.rst刘群2019-05-071-1/+1
| * doc: Fix up the broken code example tls_client.cpp刘群2019-05-071-1/+1
* | Another todoJack Lloyd2019-05-071-0/+1
|/
* 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
* | Merge GH #1928 Remove IP/FP tables in DESJack Lloyd2019-05-043-283/+42
|\ \
| * | Remove IP/FP tables in DESJack Lloyd2019-05-033-283/+42
* | | Update newsJack Lloyd2019-05-031-1/+1
* | | Add a todoJack Lloyd2019-05-031-0/+1
|/ /
* | Merge GH #1927 Fix TLS::Stream for Clang/MSVCJack Lloyd2019-05-032-4/+4
|\ \ | |/ |/|
| * make template friends compile on clang and MSVCHannes Rantzsch2019-05-032-4/+4
|/
* Update newsJack Lloyd2019-05-011-0/+3
* Merge GH #1839 Add TLS asio stream wrapperJack Lloyd2019-05-019-1/+2034
|\
| * review: buffer accessors visibility, ignore ALERT::CLOSE_NOTIFY, docsHannes Rantzsch2019-04-292-72/+74
| * review: unit tests and public api versionHannes Rantzsch2019-04-292-6/+10
| * simplify read_some and shutdownHannes Rantzsch2019-04-261-36/+23