aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1
Commit message (Expand)AuthorAgeFilesLines
* Avoid compile time incompatability with VC 2012lloyd2012-11-211-8/+2
* Rename asn1_int to asn1_obj as it actually declares ASN1_Objectlloyd2012-11-0613-10/+10
* Split asn1_obj.h into asn1_alt_name.h, asn1_attribute.h, andlloyd2012-11-068-131/+141
* Fix for bug 209. Required some reworking of the ASN.1 bytestringlloyd2012-07-094-43/+32
* Add support (decoding only) for the CRL Distribution Point extension.lloyd2012-06-131-0/+38
* Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The onlylloyd2012-05-314-4/+9
* Add an X509_Certificate::allowed_usage for extended constraints.lloyd2012-05-272-0/+10
* Derive X509_Object from ASN1_Object.lloyd2012-05-271-6/+6
* Have BER_Deocder::decode_list actually start the SEQUENCE. All callerslloyd2012-05-272-4/+20
* Remove the PRIVATE ASN.1 tag. Not being used outside of the prettylloyd2012-05-272-4/+3
* propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2...lloyd2012-05-2516-178/+339
|\
| * Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-182-6/+6
| * Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-1813-67/+188
| * propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-1/+2
| |\
| | * Off by one in decode_constrained_integer, broke Session DER decodinglloyd2012-03-221-1/+2
| * | Remove get_nanoseconds_clock as we'll rely on std::chrono's highlloyd2012-02-201-1/+1
| * | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-4/+4
| * | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6...lloyd2012-02-209-91/+75
| |\ \ | | |/ | |/|
| | * propagate from branch 'net.randombit.botan' (head 29dfb73a5efec220ebafcb9c1d7...lloyd2011-10-069-91/+75
| | |\
| | | * propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-139-91/+75
| | | |\
| | | | * propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-119-91/+75
| | | | |\
| | | | | * propagate from branch 'net.randombit.botan' (head fc8daa606ab7954eab48778d723...lloyd2010-11-292-35/+26
| | | | | |\
| | | | | * \ propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-049-91/+75
| | | | | |\ \
| | | | | | * \ propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...lloyd2010-10-1312-133/+175
| | | | | | |\ \
| | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-139-91/+75
| | | | | | |\ \ \
| | | | | | | * \ \ propagate from branch 'net.randombit.botan' (head 647eeb4f4cf8fa4cf487cdc463d...lloyd2010-06-222-7/+22
| | | | | | | |\ \ \
| | | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-176-19/+22
| | | | | | | |\ \ \ \
| | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-219-89/+78
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-099-89/+78
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-149-89/+78
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-219-95/+84
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-169-95/+84
| | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-166-9/+12
| | | | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | | | * | | | | | Remove system_time(), replace entirely with std::chrono.lloyd2009-12-012-11/+12
| | | | | | | | | | | | * | | | | | propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c...lloyd2009-12-011-1/+0
| | | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-201-0/+1
| | | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | Remove to_string, replacing with std::to_stringlloyd2009-11-185-24/+33
| | | | | | | | | | | | * | | | | | | | Use the new support for explicitly deleting functions instead of hidinglloyd2009-11-171-2/+2
| | | | | | | | | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-172-3/+3
| | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | Use auto for long iterator names, etc.lloyd2009-11-161-16/+11
| | | | | | | | | | | | * | | | | | | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-022-44/+28
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | 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 b9ca6596a127964cb9795d22bc2...lloyd2009-09-171-20/+2
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-211-5/+7
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | | | A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-011-43/+27
| * | | | | | | | | | | | | | | | | | | | | | | This should always have reported what it saw and expectedlloyd2012-01-241-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | BER decoder extras needed by previous commitlloyd2011-12-272-17/+68
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-1/+1
* | | | | | | | | | | | | | | | | | | | | | | Fully working path validation. Even fixes the cases in PKITS where welloyd2012-02-062-0/+34
|/ / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / Name the params for DER_Encoder in headerlloyd2011-10-061-24/+47
|/ / / / / / / / / / / / / / / / / / / / /