aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Store OID info in a pair of maps in distinct storage rather than inlloyd2013-12-251-297/+0
* Move add_alias and deref_alias from Library_State to SCAN_Namelloyd2013-12-251-40/+26
* Same for EC groupslloyd2013-12-251-267/+0
* Store all DH group info in constant memory instead of Library_State configlloyd2013-12-251-352/+0
* Rename ARC4 to RC4lloyd2013-04-191-1/+2
* We would fail to cache GOST-34.11 because name() did not match whatlloyd2012-11-061-0/+1
* Add support (decoding only) for the CRL Distribution Point extension.lloyd2012-06-131-0/+1
* Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The onlylloyd2012-05-311-1/+1
* Support for the authority information access extension, limited tolloyd2012-05-271-0/+2
* Remove the PRIVATE ASN.1 tag. Not being used outside of the prettylloyd2012-05-271-0/+2
* Remove the client SRP6 class, really free standing functions are finelloyd2012-04-051-0/+84
* Allow the semi-standard but rarely used 1.3.132.1.12 OID for ECDH keyslloyd2012-02-211-1/+13
* Initial run at an SRP-6a implementation. Not entirely sure about thelloyd2011-12-171-0/+10
* Add the 2048 bit SRP group from RFC 5054lloyd2011-12-171-0/+15
* In all cases where the block size of the cipher is fixed, the keylloyd2010-10-141-1/+0
* Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-101-16/+0
* Remove the base/default_allocator option, instead save as a per-libstatelloyd2010-03-101-3/+1
* Fix ElGamal pubkey encoding (OID was unknown)lloyd2010-03-041-1/+1
* Modify the ECDSA signature OIDs. Previously the ones using the BSIlloyd2010-03-021-6/+8
* For PEM encoding ECC domain parameters I had been using the identifierlloyd2010-03-021-58/+58
* Move all of the ECC domain parameter sets to policy.cpp, encoded as PEM,lloyd2010-03-021-0/+296
* propagate from branch 'net.randombit.botan' (head 84baf58b29f3aaaee34e2b873d0...lloyd2010-02-241-0/+9
|\
| * Add OID for Serpent/CBClloyd2010-01-191-0/+1
| * Add OIDs for SEED/CBC and HMAC with SHAlloyd2009-12-261-0/+8
* | Add an implementation of GOST 34.10-2001 as described inlloyd2009-11-191-0/+3
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-22/+24
* GOST was using a completely non-standard set of sboxes. Change it to uselloyd2009-03-271-0/+1
* Remove pk testing policies (now static)lloyd2008-11-111-4/+0
* Remove alias for HAVAL, also removed in 1.5.0lloyd2008-11-091-1/+0
* Remove alias for SEAL (removed in 1.5.0!)lloyd2008-11-091-1/+0
* Wrap lines to 80 columnslloyd2008-10-281-1/+2
* Move libstate and selftest out of core/ dir to toplevellloyd2008-10-261-0/+513