aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/x509_dn.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused headerslloyd2013-09-051-1/+1
|
* propagate from branch 'net.randombit.botan.x509-path-validation' (head ↵lloyd2012-05-251-45/+29
|\ | | | | | | | | | | 63b5a20eab129ca13287fda33d2d02eec329708f) to branch 'net.randombit.botan' (head 8b8150f09c55184f028f2929c4e7f7cd0d46d96e)
| * Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
| | | | | | | | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed.
| * propagate from branch 'net.randombit.botan' (head ↵lloyd2010-11-291-34/+26
| |\ | | | | | | | | | | | | | | | fc8daa606ab7954eab48778d7236986747b719e4) to branch 'net.randombit.botan.c++0x' (head 2bf71b0a2e0e468d7eb3631e4ca284234f554729)
| * | propagate from branch 'net.randombit.botan' (head ↵lloyd2010-10-131-43/+27
| | | | | | | | | | | | | | | | | | 6581b789d58717bc6acee5c6a248e2d44c636e40) to branch 'net.randombit.botan.c++0x' (head 227a989ae94da8f4379ea4b9b0fc0ee8dbdde0c7)
* | | All of the X509 modules were actually mutually dependent. Ideally thislloyd2012-02-061-1/+1
| | | | | | | | | | | | | | | would be fixed but it's quite hard to do, makes more sense for now to merge then back into one big x509 blog.
* | | Fully working path validation. Even fixes the cases in PKITS where welloyd2012-02-061-0/+31
| |/ |/| | | | | | | got the answer wrong before. Still no policy or name constraints support, though.
* | Fix compilelloyd2010-11-231-1/+1
| |
* | Fix pr 127 and pr 128. Don't require the common name and country codeslloyd2010-11-191-34/+26
|/ | | | | | in newly generated DNs, there are reasonable cases where you do not need or want either. Also fix the saving of dn_bits, and remove X509_DN::do_decode and inline it into its only caller (decode_from).
* Split some of the ASN.1 types into their own headerslloyd2010-10-131-0/+304