aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Document RSA keygen slownessJack Lloyd2019-06-291-2/+13
| | | | Closes #1965
* Update credentials manager docsJack Lloyd2019-06-291-8/+22
| | | | Closes #1725
* Document how to use Ed25519phJack Lloyd2019-06-291-0/+22
| | | | Closes #1699
* Document test and CI systemsJack Lloyd2019-06-297-6/+414
|
* Change XMSS OIDs and feature macro nameJack Lloyd2019-06-231-2/+3
| | | | Since draft6 and final RFC are not compatible ...
* Merge GH #1999 Support DTLS HelloVerifyRequest on server sideJack Lloyd2019-06-181-3/+20
|\
| * Add support for HelloVerifyRequest on server sideJack Lloyd2019-06-181-3/+20
| | | | | | | | Closes GH #1833
* | Deprecation changesJack Lloyd2019-06-181-1/+3
|/ | | | | | Deprecate GOST 34.11-94 Undeprecate P-192 and P-224
* Rename os features scriptJack Lloyd2019-06-161-1/+2
|
* clock_gettime supported by mac since 10.12David Carlier2019-06-161-1/+1
|
* Fix allocation. Add more tests.Jack Lloyd2019-06-151-1/+0
|
* Merge GH #1992 Allow overriding cert verify in TLS::StreamJack Lloyd2019-06-141-19/+21
|\
| * TLS::Context holds references rather than pointersHannes Rantzsch2019-06-131-8/+8
| | | | | | | | | | | | | | | | Parameters passed from TLS::Context to TLS::Client for initialization are now held as references in the context. Ownership of these members is thereby explicitly left with the user. Co-authored-by: Tim Oesterreich <[email protected]>
| * update docs on TLS::ContextHannes Rantzsch2019-06-031-14/+16
| |
| * fix: include tls_verify_cert_chain and tls_verify_cert_chain_ocsp_timeout in ↵Hannes Rantzsch2019-06-031-2/+2
| | | | | | | | docs
* | Officially deprecate headersJack Lloyd2019-06-072-1/+20
|/ | | | | | | | | | Create BOTAN_DEPRECATED_HEADER so we can warn about this consistently. Shuffle around the filter headers so all of the concrete filters are defined in filters.h instead of being spread across many headers. Document which headers are deprecated as well as a list of headers which will be made internal-only in a future major release.
* Reorg documentation layout. Rename manual to handbook.Jack Lloyd2019-05-3153-39/+78
|
* Merge GH #1987 Argon2 improvementsJack Lloyd2019-05-302-3/+53
|\
| * Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-292-3/+53
| |
* | Add SoftHSM build to the release checklist [ci skip]Jack Lloyd2019-05-301-2/+3
| |
* | SoftHSM 2.5.0 compatibilityDaniel Neus2019-05-281-0/+2
|/ | | | Fixes "src\lib\softhsm.cpp(10191): CKA_VALUE_LEN does not have the size of CK_ULONG"
* Merge GH #1858 Update XMSS to conform to RFC 8391Jack Lloyd2019-05-241-19/+26
|\
| * Fix param names to match RFCJack Lloyd2019-05-131-13/+13
| |
| * Updates XMSS manual entryMatthias Gierlings2019-05-061-19/+26
| |
* | Fix some Sphinx warningsJack Lloyd2019-05-232-4/+4
| |
* | Another TLS feature deprecationJack Lloyd2019-05-231-0/+3
| |
* | Merge GH #1968 Document TLS::StreamJack Lloyd2019-05-232-0/+243
|\ \
| * | add myself to the list of contributorsHannes Rantzsch2019-05-231-0/+1
| | |
| * | Add TLS::Stream code exampleHannes Rantzsch2019-05-231-0/+133
| | |
| * | Manual section for TLS::StreamHannes Rantzsch2019-05-231-0/+109
| | |
* | | Update todoJack Lloyd2019-05-221-1/+0
|/ /
* | Merge GH #1960 Add option for setting arbitrary macros during buildJack Lloyd2019-05-221-0/+7
|\ \
| * | adaptions after code reviewRené Meusel2019-05-221-4/+4
| | |
| * | amend documentation regarding --with-external-compile-definitionRené Meusel2019-05-211-0/+7
| | |
* | | Merge GH #1964 Add configure helpers for Boost, enable Boost on AppVeyorJack Lloyd2019-05-221-0/+9
|\ \ \ | |/ / |/| |
| * | add documentation for --boost-library-nameRené Meusel2019-05-221-0/+9
| | |
* | | amend documentationRené Meusel2019-05-211-2/+4
|/ /
* | Merge GH #1948 Use getentropy on FreeBSDJack Lloyd2019-05-151-1/+1
|\ \
| * | FreeBSD supports getentropy call since 12.x branchDavid Carlier2019-05-151-1/+1
| | |
* | | Deprecate SHA-1 in TLS v1.2Jack Lloyd2019-05-141-0/+2
|/ /
* | deduplicate certificates in find_all_certsTim Oesterreich2019-05-142-1/+1
| |
* | functionality to support multiple OUs, missing unit tests on more_dnsndotb2019-05-071-0/+4
| |
* | 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
| | | | | | | | | | | | | | | class Server_Credentials is not defined in namespace Botan either. Signed-off-by: Liu Qun <[email protected]>
| * | doc: Fix up the broken code example tls_client.cpp刘群2019-05-071-1/+1
| |/ | | | | | | | | class Client_Credentials is not defined in namespace Botan Signed-off-by: Liu Qun <[email protected]>
* / Another todoJack Lloyd2019-05-071-0/+1
|/
* Add a todoJack Lloyd2019-05-031-0/+1
|
* More FFI todos [ci skip]Jack Lloyd2019-04-271-0/+2
|
* Merge GH #1913 Fix some issues with minimized buildsJack Lloyd2019-04-271-0/+1
|\
| * Fix some build/test problems with minimized buildsJack Lloyd2019-04-261-0/+1
| |