| Commit message (Expand) | Author | Age | Files | Lines |
* | Have system_clock return 0, rather than crash, if no timer is set | lloyd | 2006-06-25 | 1 | -7/+7 |
* | Make set_global_state a little more elegant, by having it delete | lloyd | 2006-06-25 | 1 | -2/+1 |
* | Respect configuration parameters for if an extension should be | lloyd | 2006-06-25 | 1 | -2/+14 |
* | Remove a function in Certificate_Extension that was declared but | lloyd | 2006-06-25 | 2 | -9/+6 |
* | Remove the older version of X509_CA::make_cert entirely | lloyd | 2006-06-25 | 2 | -42/+10 |
* | Alter the self-signed cert generating code to use the new version | lloyd | 2006-06-25 | 1 | -4/+13 |
* | Add a new variant of X509_CA::make_cert that takes an Extensions object, | lloyd | 2006-06-25 | 2 | -0/+24 |
* | Add note that arbitrary X.509 extensions can be supported1.5.8 | lloyd | 2006-06-24 | 1 | -0/+1 |
* | Remove Extension::make_extension, use the global extension prototypes | lloyd | 2006-06-24 | 4 | -36/+7 |
* | Add a complete set of extension object prototypes to the global | lloyd | 2006-06-24 | 1 | -29/+20 |
* | Add error checking to x509_state() | lloyd | 2006-06-24 | 1 | -1/+5 |
* | Add an X509_GlobalState pointer to the library state. | lloyd | 2006-06-24 | 5 | -7/+140 |
* | Small cleanup to Authority_Key_Identifier::decode_inner | lloyd | 2006-06-24 | 1 | -2/+3 |
* | Add a swap_global_state, to allow the use of multiple | lloyd | 2006-06-24 | 2 | -0/+9 |
* | The OID stored in the Data_Store member of PKCS10_Request is just | lloyd | 2006-06-23 | 1 | -1/+1 |
* | Modify the X.509 tests so they pick up a bug in PKCS10_Request | lloyd | 2006-06-23 | 1 | -0/+2 |
* | Fix the constructor of Mutex_State_Error | lloyd | 2006-06-23 | 1 | -5/+3 |
* | Rearrange changelog lines | lloyd | 2006-06-23 | 1 | -1/+1 |
* | Wrap a line at 80 columns | lloyd | 2006-06-23 | 1 | -1/+2 |
* | Add a new exception type in src/mutex.cpp to make the code a little more | lloyd | 2006-06-23 | 1 | -2/+12 |
* | Use cctype instead of ctype.h to put tolower into the std:: namespace | lloyd | 2006-06-23 | 1 | -2/+2 |
* | Note in the 1.5.x changelog that 2.95.x support has been dropped. | lloyd | 2006-06-23 | 1 | -0/+1 |
* | Use std::string::clear() rather than assign the empty string when | lloyd | 2006-06-23 | 2 | -6/+6 |
* | Inline a number of small objects that are only used in a local context | lloyd | 2006-06-23 | 7 | -210/+156 |
* | Add missing <memory> includes for files that use auto_ptr | lloyd | 2006-06-23 | 2 | -0/+2 |
* | Was missing an include for <algorithm>, needed for using std::sort; | lloyd | 2006-06-23 | 1 | -0/+1 |
* | Version number bump | lloyd | 2006-06-23 | 2 | -2/+2 |
* | First rev of a changelog for 1.5.8 | lloyd | 2006-06-23 | 1 | -0/+9 |
* | Drop the old Extension type, which is now no longer used. | lloyd | 2006-06-23 | 2 | -76/+0 |
* | Use accessor functions for CRL_Entry, instead of having public data | lloyd | 2006-06-23 | 5 | -13/+17 |
* | Use Extensions for decoding a CRL entry | lloyd | 2006-06-23 | 1 | -29/+11 |
* | X509_CRL should throw an exception if the right option is set and | lloyd | 2006-06-23 | 1 | -1/+1 |
* | Use Extensions instead of handle_crl_extension in X509_CRL | lloyd | 2006-06-23 | 2 | -48/+13 |
* | The decode_from taking a bool wasn't actually usable, don't | lloyd | 2006-06-23 | 2 | -11/+3 |
* | Respect the throw_on_unknown flag | lloyd | 2006-06-23 | 1 | -2/+2 |
* | Use Data_Store in X509_CRL | lloyd | 2006-06-23 | 2 | -15/+23 |
* | Use the Extensions class, remove PKCS10_Request::handle_v3_extension | lloyd | 2006-06-23 | 2 | -60/+4 |
* | Move all the members of PKCS10_Request into a Data_Store | lloyd | 2006-06-23 | 2 | -50/+68 |
* | Make create_dn (from x509cert.cpp) a public function. Add a | lloyd | 2006-06-23 | 2 | -31/+62 |
* | Add a new variant of Extensions::decode_from that doesn't thrown an | lloyd | 2006-06-23 | 2 | -0/+9 |
* | Drop X509_Certificate::handle_v3_extension, since that code is | lloyd | 2006-06-23 | 2 | -110/+4 |
* | Make Alternative_Name an abstract base, from which the subject | lloyd | 2006-06-23 | 5 | -44/+98 |
* | Add operator= and a copy constructor to Extensions | lloyd | 2006-06-22 | 2 | -48/+69 |
* | Add accessor and cloning functions to the Certificate_Extension objects | lloyd | 2006-06-22 | 2 | -2/+77 |
* | Ignore the x509test binary too | lloyd | 2006-06-21 | 1 | -3/+4 |
* | Add an mtn-ignore to ignore most of the major autogenerated stuff. | lloyd | 2006-06-21 | 1 | -0/+12 |
* | Use a switch instead of repeated if statements in the char<->digit | lloyd | 2006-06-21 | 1 | -20/+26 |
* | Remove the version number from readme since it's not really accurate. | lloyd | 2006-06-20 | 1 | -1/+0 |
* | Turns out that DER_Cmp's comparison is exactly the same as the one | lloyd | 2006-06-19 | 1 | -29/+1 |
* | Use preincrement instead of postincrement inside of some loops (mostly | lloyd | 2006-06-19 | 4 | -6/+6 |