aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | Use the new support for explicitly deleting functions instead of hidinglloyd2009-11-171-3/+3
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | Use auto for long iterator names, etc.lloyd2009-11-161-2/+1
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-131-0/+8
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-025-115/+40
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Fixup post-merge breakagelloyd2009-10-131-5/+5
| | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-135-110/+35
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-165-115/+40
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs...lloyd2009-09-112-13/+11
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-084-103/+30
| | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-214-14/+180
| | | | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-013-103/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps if you return the right typelloyd2012-01-201-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support lookup of the SSLv3 PRFlloyd2012-01-201-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TLS_Ciphersuite_Algos was just a strange level of indirection betweenlloyd2012-01-201-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kinda maybe working TLS 1.2 for clients. Not well tested at all, but alloyd2012-01-191-3/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial run at an SRP-6a implementation. Not entirely sure about thelloyd2011-12-171-0/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the 2048 bit SRP group from RFC 5054lloyd2011-12-171-0/+15
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / Add back min_keylength_of, max_keylength_of, keylength_multiple_oflloyd2011-03-212-0/+87
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HMAC, AES, SHA-2, HMAC_RNG deps in libstate for the globallloyd2011-02-111-0/+5
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove inclusions of unused headers.lloyd2011-02-101-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More VC warning fixeslloyd2011-02-092-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More VC warning fixeslloyd2010-12-131-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move PBKDF lookups to enginelloyd2010-11-041-33/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a BOTAN_DEPRECATED macro which can provide compile-timelloyd2010-11-021-1/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygen updates.lloyd2010-11-021-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate the constant size_t values in SymmetricAlgorithm that givelloyd2010-10-282-115/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In all cases where the block size of the cipher is fixed, the keylloyd2010-10-141-1/+0
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove most uses of HASH_BLOCK_SIZElloyd2010-10-131-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s/BLOCK_SIZE/block_size()/lloyd2010-10-131-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More size_tlloyd2010-10-132-8/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use size_t instead of u32bit in entropy and rnglloyd2010-10-121-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use size_t in SCAN_Namelloyd2010-10-123-23/+23
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / When creating a PBKDF2, first check if the argument name is a knownlloyd2010-08-211-2/+6
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | / Fix return value for set_global_state_unless_setlloyd2010-08-081-0/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the functions that directly manipulate the global state singletonlloyd2010-08-066-67/+165
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Default_Engine to Core_Engine which describes its purposeslloyd2010-07-272-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | Modify CPUID so all the check functions are purely inline. Add a newlloyd2010-07-261-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate the two engines that provided assembler implementationslloyd2010-07-131-12/+4
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Rename S2K to PBKDF, because that is by far the most common name - S2Klloyd2010-07-093-12/+22
* | | | | | | | | | | | | | | | | | | | | | | | | | If we are going to lazily initialize, just create the type and calllloyd2010-06-251-2/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Doxygenlloyd2010-06-211-5/+23
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-165-31/+31
* | | | | | | | | | | | | | | | | | | | | | | | Yet more Doxygen commentslloyd2010-06-161-16/+18
* | | | | | | | | | | | | | | | | | | | | | | | More Doxygen commentslloyd2010-06-162-0/+10
* | | | | | | | | | | | | | | | | | | | | | | | Deprecated some of the old lookup functions in Doxygenlloyd2010-06-152-0/+38
* | | | | | | | | | | | | | | | | | | | | | | | More Doxygen updates/fixeslloyd2010-06-151-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | Fix a few hundred Doxygen warningslloyd2010-06-154-40/+43
* | | | | | | | | | | | | | | | | | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-075-5/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | mutex.h is internal - had been picking up system installed versionlloyd2010-04-231-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |