aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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