| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial run at an SRP-6a implementation. Not entirely sure about the | lloyd | 2011-12-17 | 1 | -0/+10 |
* | Add the 2048 bit SRP group from RFC 5054 | lloyd | 2011-12-17 | 1 | -0/+15 |
* | Add back min_keylength_of, max_keylength_of, keylength_multiple_of | lloyd | 2011-03-21 | 2 | -0/+87 |
* | Add HMAC, AES, SHA-2, HMAC_RNG deps in libstate for the global | lloyd | 2011-02-11 | 1 | -0/+5 |
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 1 | -1/+0 |
* | More VC warning fixes | lloyd | 2011-02-09 | 2 | -4/+4 |
* | More VC warning fixes | lloyd | 2010-12-13 | 1 | -1/+1 |
* | Move PBKDF lookups to engine | lloyd | 2010-11-04 | 1 | -33/+2 |
* | Add a BOTAN_DEPRECATED macro which can provide compile-time | lloyd | 2010-11-02 | 1 | -1/+6 |
* | Doxygen updates. | lloyd | 2010-11-02 | 1 | -1/+1 |
* | Eliminate the constant size_t values in SymmetricAlgorithm that give | lloyd | 2010-10-28 | 2 | -115/+0 |
* | In all cases where the block size of the cipher is fixed, the key | lloyd | 2010-10-14 | 1 | -1/+0 |
* | Remove most uses of HASH_BLOCK_SIZE | lloyd | 2010-10-13 | 1 | -1/+1 |
* | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -3/+3 |
* | More size_t | lloyd | 2010-10-13 | 2 | -8/+8 |
* | Use size_t instead of u32bit in entropy and rng | lloyd | 2010-10-12 | 1 | -3/+3 |
* | Use size_t in SCAN_Name | lloyd | 2010-10-12 | 3 | -23/+23 |
* | 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 |