aboutsummaryrefslogtreecommitdiffstats
path: root/src/dl_group.cpp
Commit message (Collapse)AuthorAgeFilesLines
* If DL_Group's constructor can't find a group, throw a reasonably informativelloyd2007-09-291-1/+6
| | | | exception instead of one for a PEM decode error which is not very helpful.
* Alter one of the constructors of DL_Group to take a parameter specifyinglloyd2007-03-031-5/+10
| | | | | | | | | how big q should be. Add FIPS 186-3 DSA parameter generation, this allows for generating larger (2048 and 3072 bit) DSA keys. At this time there do not seem to be official test vectors for 186-3, and I have not checked against other implementations. Tests will be constructed using the latest OpenSSL snapshot.
* Bump copyright year to 2007lloyd2007-01-201-1/+1
|
* Access the global configuration through an object reference insteadlloyd2006-07-011-2/+2
| | | | | of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state.
* Syntax changes to the BER and DER APIs to improve readability of codelloyd2006-05-191-7/+7
| | | | | that uses them. These changes are not backwards compatible, this commit updates all uses of the APIs within the library.
* Initial checkin1.5.6lloyd2006-05-181-0/+317