aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the to_lower function; turns out that both uses of itlloyd2006-06-191-7/+7
* Add default character set conversion classeslloyd2006-06-191-0/+25
* Add some initial support for centralized/user-pluggable characterlloyd2006-06-133-0/+20
* Move the X509_Code enum from enums.h to x509stor.h, since that'slloyd2006-06-132-28/+28
* Add some setter methods to X509_Timelloyd2006-06-111-0/+3
* Remove some #include's that were just there for debugging purposes.lloyd2006-06-081-3/+0
* Move the word3_muladd routines from mp_asm.h to mp_asmi.h, so theylloyd2006-06-082-26/+31
* Revert the last change; it turned out to require a bunch of changes to thelloyd2006-06-062-39/+32
* Remove one parameter from word_madd2 and word_madd3lloyd2006-06-062-32/+39
* Use b instead of a as a temp variable in word3_muladd to betterlloyd2006-06-061-3/+3
* Change X509_Certificate::subject_info and issuer_info to returnlloyd2006-06-031-8/+6
* Reorder the ASN1_Tag enum so the class taggings are listed first.lloyd2006-05-291-7/+7
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-1910-159/+221
* Initial checkin1.5.6lloyd2006-05-18160-0/+9025