| Commit message (Expand) | Author | Age | Files | Lines |
* | When creating a PBKDF2, first check if the argument name is a known | lloyd | 2010-08-21 | 1 | -2/+6 |
* | Fix return value for set_global_state_unless_set | lloyd | 2010-08-08 | 1 | -0/+3 |
* | Move the functions that directly manipulate the global state singleton | lloyd | 2010-08-06 | 6 | -67/+165 |
* | Rename Default_Engine to Core_Engine which describes its purposes | lloyd | 2010-07-27 | 2 | -3/+3 |
* | Modify CPUID so all the check functions are purely inline. Add a new | lloyd | 2010-07-26 | 1 | -0/+3 |
* | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 1 | -12/+4 |
* | Rename S2K to PBKDF, because that is by far the most common name - S2K | lloyd | 2010-07-09 | 3 | -12/+22 |
* | If we are going to lazily initialize, just create the type and call | lloyd | 2010-06-25 | 1 | -2/+4 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -5/+23 |
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 5 | -31/+31 |
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -16/+18 |
* | More Doxygen comments | lloyd | 2010-06-16 | 2 | -0/+10 |
* | Deprecated some of the old lookup functions in Doxygen | lloyd | 2010-06-15 | 2 | -0/+38 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -2/+2 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 4 | -40/+43 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 5 | -5/+5 |
* | mutex.h is internal - had been picking up system installed version | lloyd | 2010-04-23 | 1 | -1/+1 |
* | Allow adding engines dynamically | lloyd | 2010-03-24 | 1 | -10/+8 |
* | Delete global RNG and the mutex in ~Library_State | lloyd | 2010-03-23 | 1 | -3/+5 |
* | Don't require the AES module; if it's there its there, if it's not | lloyd | 2010-03-19 | 2 | -4/+2 |
* | There are some nasty API problems that are caused by having to pass a | lloyd | 2010-03-19 | 4 | -8/+235 |
* | At startup, test if lock_mem() at least seems to work. If it doesn't, | lloyd | 2010-03-13 | 1 | -1/+2 |
* | Remove config options to toggle if X.509 extensions are critical or | lloyd | 2010-03-10 | 3 | -48/+0 |
* | Remove the base/default_allocator option, instead save as a per-libstate | lloyd | 2010-03-10 | 3 | -19/+25 |
* | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to | lloyd | 2010-03-08 | 1 | -2/+2 |
* | Have the constructors in pubkey.h take all arguments look_pk does, and | lloyd | 2010-03-08 | 1 | -9/+5 |
* | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 1 | -20/+4 |
* | Inline Engine_Core::mod_exp into singler caller, and delete | lloyd | 2010-03-05 | 3 | -72/+0 |
* | Remove IF_Core | lloyd | 2010-03-05 | 2 | -31/+0 |
* | Add ops for ElGamal encryption and decryption. | lloyd | 2010-03-05 | 2 | -27/+0 |
* | Remove NR and DSA specific hooks | lloyd | 2010-03-05 | 2 | -54/+0 |
* | Add verification ops for all signature key types | lloyd | 2010-03-05 | 1 | -2/+2 |
* | Inline look_pk funcs | lloyd | 2010-03-05 | 3 | -102/+49 |
* | This checkin represents a pretty major change in how PK operations are | lloyd | 2010-03-04 | 2 | -27/+0 |
* | Fix ElGamal pubkey encoding (OID was unknown) | lloyd | 2010-03-04 | 1 | -1/+1 |
* | Catch any exception for parsing name, assume it's a bad OID | lloyd | 2010-03-04 | 1 | -1/+1 |
* | Modify the ECDSA signature OIDs. Previously the ones using the BSI | lloyd | 2010-03-02 | 1 | -6/+8 |
* | For PEM encoding ECC domain parameters I had been using the identifier | lloyd | 2010-03-02 | 1 | -58/+58 |
* | Kill ECKAEG_Op | lloyd | 2010-03-02 | 2 | -32/+0 |
* | Remove ECDSA_Op and its attendant bits | lloyd | 2010-03-02 | 2 | -32/+0 |
* | Move all of the ECC domain parameter sets to policy.cpp, encoded as PEM, | lloyd | 2010-03-02 | 1 | -0/+296 |
* | propagate from branch 'net.randombit.botan' (head 84baf58b29f3aaaee34e2b873d0... | lloyd | 2010-02-24 | 7 | -208/+186 |
|\ |
|
| * | In SCAN_Name's constructor, first run the input through deref_alias before | lloyd | 2010-02-14 | 2 | -3/+5 |
| * | Add OID for Serpent/CBC | lloyd | 2010-01-19 | 1 | -0/+1 |
| * | Add doxygen comments | lloyd | 2009-12-29 | 1 | -12/+39 |
| * | Make startup self-test failures more verbose | lloyd | 2009-12-26 | 1 | -2/+1 |
| * | Define lookup.{h,cpp} in terms of Algorithm_Factory. Inline a lot of simple | lloyd | 2009-12-26 | 2 | -187/+123 |
| * | Add OIDs for SEED/CBC and HMAC with SHA | lloyd | 2009-12-26 | 1 | -0/+8 |
| * | New SCAN decoding err string was misleading in one case | lloyd | 2009-12-26 | 1 | -1/+4 |
| * | Improve exception output of SCAN_Name on bad input | lloyd | 2009-12-26 | 1 | -3/+5 |