Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 1 | -0/+1 |
| | | | | (from base.h) | ||||
* | Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4] | lloyd | 2008-09-30 | 2 | -4/+2 |
| | |||||
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 1 | -1/+1 |
| | | | | false dependency on BigInt in the KDF/padding code. | ||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
| | | | | | them modules now. In any case there is no distinction so info.txt seems better. | ||||
* | Remove more dependencies on the global state object. | lloyd | 2008-09-29 | 1 | -3/+8 |
| | | | | | | | New argument to X509_CRL constructor, a boolean that specifies if an exception should be thrown upon encountering an unknown extension type marked as critical. Previously this was controlled globally via the x509/crl/unknown_critical policy flag. | ||||
* | Move hash_id into module | lloyd | 2008-09-28 | 1 | -0/+4 |
| | |||||
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+154 |