| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Various changes to how library initialization occurs, though I'm still | lloyd | 2006-06-26 | 2 | -12/+9 |
* | Add a static make_signed function to X509_Object | lloyd | 2006-06-25 | 1 | -0/+4 |
* | Support named mutexes outside of the global library state. | lloyd | 2006-06-25 | 2 | -5/+18 |
* | Change how builtin modules are loaded - provide an interface to a | lloyd | 2006-06-25 | 1 | -16/+26 |
* | Fix two declarations that were incorrect. | lloyd | 2006-06-25 | 1 | -2/+2 |
* | Add a set_timer method to Library_State, and rearrange the order | lloyd | 2006-06-25 | 1 | -0/+1 |
* | Add a class that encapsulates the options given at initialization time | lloyd | 2006-06-25 | 1 | -0/+18 |
* | Have allocator objects 'know' their own names, rather than keeping them | lloyd | 2006-06-25 | 4 | -3/+6 |
* | Make Library_State::x509_state() non-const to support lazy initialiation. | lloyd | 2006-06-25 | 1 | -1/+1 |
* | Remove a function in Certificate_Extension that was declared but | lloyd | 2006-06-25 | 1 | -7/+0 |
* | Remove the older version of X509_CA::make_cert entirely | lloyd | 2006-06-25 | 1 | -10/+0 |
* | Add a new variant of X509_CA::make_cert that takes an Extensions object, | lloyd | 2006-06-25 | 1 | -0/+6 |
* | Remove Extension::make_extension, use the global extension prototypes | lloyd | 2006-06-24 | 2 | -4/+1 |
* | Add an X509_GlobalState pointer to the library state. | lloyd | 2006-06-24 | 2 | -1/+40 |
* | Add a swap_global_state, to allow the use of multiple | lloyd | 2006-06-24 | 1 | -0/+1 |
* | Drop the old Extension type, which is now no longer used. | lloyd | 2006-06-23 | 1 | -18/+0 |
* | Use accessor functions for CRL_Entry, instead of having public data | lloyd | 2006-06-23 | 1 | -2/+8 |
* | Use Extensions instead of handle_crl_extension in X509_CRL | lloyd | 2006-06-23 | 1 | -2/+0 |
* | The decode_from taking a bool wasn't actually usable, don't | lloyd | 2006-06-23 | 1 | -2/+2 |
* | Use Data_Store in X509_CRL | lloyd | 2006-06-23 | 1 | -4/+2 |
* | Use the Extensions class, remove PKCS10_Request::handle_v3_extension | lloyd | 2006-06-23 | 1 | -1/+0 |
* | Move all the members of PKCS10_Request into a Data_Store | lloyd | 2006-06-23 | 1 | -8/+2 |
* | Make create_dn (from x509cert.cpp) a public function. Add a | lloyd | 2006-06-23 | 1 | -0/+6 |
* | Add a new variant of Extensions::decode_from that doesn't thrown an | lloyd | 2006-06-23 | 1 | -0/+1 |
* | Drop X509_Certificate::handle_v3_extension, since that code is | lloyd | 2006-06-23 | 1 | -2/+1 |
* | Make Alternative_Name an abstract base, from which the subject | lloyd | 2006-06-23 | 1 | -5/+30 |
* | Add operator= and a copy constructor to Extensions | lloyd | 2006-06-22 | 1 | -17/+29 |
* | Add accessor and cloning functions to the Certificate_Extension objects | lloyd | 2006-06-22 | 1 | -2/+39 |
* | Add a UCS2_CHARSET enumeration value | lloyd | 2006-06-19 | 1 | -1/+6 |
* | Remove the to_lower function; turns out that both uses of it | lloyd | 2006-06-19 | 1 | -7/+7 |
* | Add default character set conversion classes | lloyd | 2006-06-19 | 1 | -0/+25 |
* | Add some initial support for centralized/user-pluggable character | lloyd | 2006-06-13 | 3 | -0/+20 |
* | Move the X509_Code enum from enums.h to x509stor.h, since that's | lloyd | 2006-06-13 | 2 | -28/+28 |
* | Add some setter methods to X509_Time | lloyd | 2006-06-11 | 1 | -0/+3 |
* | Remove some #include's that were just there for debugging purposes. | lloyd | 2006-06-08 | 1 | -3/+0 |
* | Move the word3_muladd routines from mp_asm.h to mp_asmi.h, so they | lloyd | 2006-06-08 | 2 | -26/+31 |
* | Revert the last change; it turned out to require a bunch of changes to the | lloyd | 2006-06-06 | 2 | -39/+32 |
* | Remove one parameter from word_madd2 and word_madd3 | lloyd | 2006-06-06 | 2 | -32/+39 |
* | Use b instead of a as a temp variable in word3_muladd to better | lloyd | 2006-06-06 | 1 | -3/+3 |
* | Change X509_Certificate::subject_info and issuer_info to return | lloyd | 2006-06-03 | 1 | -8/+6 |
* | Reorder the ASN1_Tag enum so the class taggings are listed first. | lloyd | 2006-05-29 | 1 | -7/+7 |
* | Syntax changes to the BER and DER APIs to improve readability of code | lloyd | 2006-05-19 | 10 | -159/+221 |
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 160 | -0/+9025 |