aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Respect the throw_on_unknown flaglloyd2006-06-231-2/+2
* Use Data_Store in X509_CRLlloyd2006-06-231-11/+21
* Use the Extensions class, remove PKCS10_Request::handle_v3_extensionlloyd2006-06-231-59/+4
* Move all the members of PKCS10_Request into a Data_Storelloyd2006-06-231-42/+66
* Make create_dn (from x509cert.cpp) a public function. Add alloyd2006-06-231-31/+56
* Add a new variant of Extensions::decode_from that doesn't thrown anlloyd2006-06-231-0/+8
* Drop X509_Certificate::handle_v3_extension, since that code islloyd2006-06-231-108/+3
* Make Alternative_Name an abstract base, from which the subjectlloyd2006-06-234-39/+68
* Add operator= and a copy constructor to Extensionslloyd2006-06-221-31/+40
* Add accessor and cloning functions to the Certificate_Extension objectslloyd2006-06-221-0/+38
* Use a switch instead of repeated if statements in the char<->digitlloyd2006-06-211-20/+26
* Turns out that DER_Cmp's comparison is exactly the same as the onelloyd2006-06-191-29/+1
* Use preincrement instead of postincrement inside of some loops (mostlylloyd2006-06-194-6/+6
* Inline the convert_string functionlloyd2006-06-191-21/+9
* Clean up convert_string to use the transcoding operation alwayslloyd2006-06-191-26/+8
* Add a UCS-2 to Latin-1 transcoding operation (only handles purelloyd2006-06-191-0/+26
* Remove the to_lower function; turns out that both uses of itlloyd2006-06-1913-115/+76
* Add default character set conversion classeslloyd2006-06-191-0/+95
* Add some initial support for centralized/user-pluggable characterlloyd2006-06-131-0/+26
* Add some setter methods to X509_Timelloyd2006-06-111-24/+39
* Use equal_range instead of linear search in Data_Store::getlloyd2006-06-111-12/+8
* Remove some #include's that were just there for debugging purposes.lloyd2006-06-081-2/+0
* Move the word3_muladd routines from mp_asm.h to mp_asmi.h, so theylloyd2006-06-081-1/+1
* Fix typo that was preventing the use of the best squaring routinelloyd2006-06-071-1/+1
* Modify force_decode() to take advantage of the new ASN.1 syntaxlloyd2006-06-061-10/+11
* Revert the last change; it turned out to require a bunch of changes to thelloyd2006-06-062-8/+8
* Remove one parameter from word_madd2 and word_madd3lloyd2006-06-062-8/+8
* Try to normalize all calls to word_madd{2,3} so that the last twolloyd2006-06-061-2/+2
* Change X509_Certificate::subject_info and issuer_info to returnlloyd2006-06-033-164/+105
* Change some calls to vector.at() to use operator[] for GCC 2.95.xlloyd2006-05-293-3/+3
* Use .empty() instead of comparing .size() to 0 in a few cases, andlloyd2006-05-272-10/+11
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-1933-1004/+1029
* Clean up algorithm dispatch in mp_mul.cpplloyd2006-05-181-10/+8
* Initial checkin1.5.6lloyd2006-05-18206-0/+34586