aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/x509/x509_ca.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove system_time(), replace entirely with std::chrono.lloyd2009-12-011-3/+3
* propagate from branch 'net.randombit.botan' (head 23f95467137a0531f74574d1e3e...lloyd2009-11-181-8/+4
|\
| * Use auto for long iterator names, etc.lloyd2009-11-161-5/+1
| * propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-131-17/+35
| |\
| * | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-131-1/+1
| * | propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-171-1/+1
| |\ \
| * | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-011-2/+2
* | | | 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