aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Various changes to how library initialization occurs, though I'm stilllloyd2006-06-262-12/+9
* Add a static make_signed function to X509_Objectlloyd2006-06-251-0/+4
* Support named mutexes outside of the global library state.lloyd2006-06-252-5/+18
* Change how builtin modules are loaded - provide an interface to alloyd2006-06-251-16/+26
* Fix two declarations that were incorrect.lloyd2006-06-251-2/+2
* Add a set_timer method to Library_State, and rearrange the orderlloyd2006-06-251-0/+1
* Add a class that encapsulates the options given at initialization timelloyd2006-06-251-0/+18
* Have allocator objects 'know' their own names, rather than keeping themlloyd2006-06-254-3/+6
* Make Library_State::x509_state() non-const to support lazy initialiation.lloyd2006-06-251-1/+1
* Remove a function in Certificate_Extension that was declared butlloyd2006-06-251-7/+0
* Remove the older version of X509_CA::make_cert entirelylloyd2006-06-251-10/+0
* Add a new variant of X509_CA::make_cert that takes an Extensions object,lloyd2006-06-251-0/+6
* Remove Extension::make_extension, use the global extension prototypeslloyd2006-06-242-4/+1
* Add an X509_GlobalState pointer to the library state.lloyd2006-06-242-1/+40
* Add a swap_global_state, to allow the use of multiplelloyd2006-06-241-0/+1
* Drop the old Extension type, which is now no longer used.lloyd2006-06-231-18/+0
* Use accessor functions for CRL_Entry, instead of having public datalloyd2006-06-231-2/+8
* Use Extensions instead of handle_crl_extension in X509_CRLlloyd2006-06-231-2/+0
* The decode_from taking a bool wasn't actually usable, don'tlloyd2006-06-231-2/+2
* Use Data_Store in X509_CRLlloyd2006-06-231-4/+2
* Use the Extensions class, remove PKCS10_Request::handle_v3_extensionlloyd2006-06-231-1/+0
* Move all the members of PKCS10_Request into a Data_Storelloyd2006-06-231-8/+2
* Make create_dn (from x509cert.cpp) a public function. Add alloyd2006-06-231-0/+6
* Add a new variant of Extensions::decode_from that doesn't thrown anlloyd2006-06-231-0/+1
* Drop X509_Certificate::handle_v3_extension, since that code islloyd2006-06-231-2/+1
* Make Alternative_Name an abstract base, from which the subjectlloyd2006-06-231-5/+30
* Add operator= and a copy constructor to Extensionslloyd2006-06-221-17/+29
* Add accessor and cloning functions to the Certificate_Extension objectslloyd2006-06-221-2/+39
* Add a UCS2_CHARSET enumeration valuelloyd2006-06-191-1/+6
* 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