aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/x509_ca.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some post merge fixups.lloyd2012-05-251-2/+1
* propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...lloyd2012-05-251-49/+50
|\
* | Kill off the quite vestigal pubkey_enums header. Move most of the codelloyd2012-03-281-1/+2
* | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-0/+253
|/
* Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-280/+0
* Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-101-5/+7
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-2/+2
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-7/+1
* Add a new function to Public_Key, algorithm_identifier(), which justlloyd2010-03-041-7/+1
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-1/+1
* Much cleaning up in ECDSA, though it's still rather a mess (and 50x slowerlloyd2009-11-181-15/+3
* In creating X.509 certificates and PKCS #10 requests, let (actually: require)lloyd2009-11-091-17/+35
* Split up util.h into 3 fileslloyd2009-09-171-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-31/+33
* Remove lookup.h use from DLIES, PK key agreement, DSA param gen, get_enc.cpplloyd2008-11-111-1/+0
* Default to using SHA-1 with ECDSA in X.509 signatureslloyd2008-10-111-0/+5
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-291-1/+1
* Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-291-0/+278