| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill off the quite vestigal pubkey_enums header. Move most of the code | lloyd | 2012-03-28 | 11 | -60/+59 |
* | Pass a class to the validation function that represents any | lloyd | 2012-03-28 | 4 | -186/+292 |
* | propagate from branch 'net.randombit.botan' (head 0d0f3fba72f3300bc995c79124a... | lloyd | 2012-03-28 | 38 | -945/+500 |
|\ |
|
| * | All of the X509 modules were actually mutually dependent. Ideally this | lloyd | 2012-02-06 | 31 | -82/+75 |
| * | Fully working path validation. Even fixes the cases in PKITS where we | lloyd | 2012-02-06 | 17 | -130/+351 |
| * | propagate from branch 'net.randombit.botan' (head 78a772f3855abc89c3eed2fe873... | lloyd | 2012-02-03 | 9 | -814/+155 |
| |\ |
|
| | * | propagate from branch 'net.randombit.botan' (head 8efb138f9a7c0b02429372a9c4e... | lloyd | 2011-04-22 | 9 | -812/+153 |
| | |\ |
|
| | | * | Some changes circa Feb 22 | lloyd | 2011-04-22 | 5 | -729/+68 |
| | | * | propagate from branch 'net.randombit.botan' (head 8453f801979d78b448a2aff80d2... | lloyd | 2011-02-22 | 21 | -49/+719 |
| | | |\ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head a4ea4629f9caa98bd72b87de605... | lloyd | 2011-02-14 | 179 | -4790/+13148 |
| | | |\ \ |
|
| | | * | | | New branch for splitting up path validation vs certificate storage | lloyd | 2010-11-01 | 4 | -5/+7 |
* | | | | | | Don't require a <source> entry in info.txt, if not set use *.cpp | lloyd | 2012-03-16 | 1 | -11/+13 |
* | | | | | | In Python 3 subprocess returns bytes instead of strings. We can | lloyd | 2012-03-14 | 1 | -8/+22 |
* | | | | | | Typo in comment | lloyd | 2012-03-09 | 1 | -1/+1 |
* | | | | | | Allow the semi-standard but rarely used 1.3.132.1.12 OID for ECDH keys | lloyd | 2012-02-21 | 1 | -1/+13 |
* | | | | | | The benchmark examples ran very slowly because they were passing | lloyd | 2012-02-20 | 4 | -5/+5 |
* | | | | | | Avoid blocking more than 100 ms in the random device reader. Scale up | lloyd | 2012-02-20 | 2 | -4/+8 |
* | | | | | | Avoid having more than one directory open at a time by just keeping a | lloyd | 2012-02-20 | 1 | -28/+49 |
* | | | | | | Be more conservative about entropy estimates. In particular, instead | lloyd | 2012-02-17 | 5 | -7/+7 |
* | | | | | | Force a reseed in HMAC_RNG after 20 bytes have been added, rather than | lloyd | 2012-02-15 | 1 | -5/+12 |
* | | | | | | Support ECDH key creation in the key factory function. Patch from Sean | lloyd | 2012-02-03 | 1 | -0/+14 |
|/ / / / / |
|
* | | | | | Whitespace | lloyd | 2012-02-02 | 2 | -4/+3 |
* | | | | | Disable this version of the SSL code by default | lloyd | 2012-02-01 | 2 | -2/+10 |
* | | | | | Remove debug printfs, stdio includes | lloyd | 2012-01-30 | 3 | -11/+0 |
* | | | | | Pointer writing seems cleaner | lloyd | 2012-01-30 | 2 | -102/+102 |
* | | | | | Partially de-unroll the loop to make changes easier | lloyd | 2012-01-30 | 1 | -86/+41 |
* | | | | | Add a slow but functional implementation of Camellia | lloyd | 2012-01-28 | 7 | -1/+428 |
* | | | | | Fix lib suffix | lloyd | 2012-01-25 | 2 | -3/+9 |
* | | | | | Fix -Wreorder warning | lloyd | 2012-01-25 | 1 | -1/+1 |
* | | | | | Use initializer list, make destructor virtual | lloyd | 2012-01-06 | 1 | -2/+2 |
* | | | | | Remove the autheticator generation from the SRP code as it's not used | lloyd | 2011-12-31 | 4 | -52/+143 |
* | | | | | A bad decrypt on a TLS 1.0/1.1 message would cause a mostly infinite | lloyd | 2011-12-31 | 1 | -1/+6 |
* | | | | | Dirty hack to support multiple 'define' options in a module info file. | lloyd | 2011-12-23 | 1 | -8/+16 |
* | | | | | Add code point for the SRP identifier extension and add a check for it | lloyd | 2011-12-17 | 3 | -0/+13 |
* | | | | | Initial run at an SRP-6a implementation. Not entirely sure about the | lloyd | 2011-12-17 | 5 | -0/+291 |
* | | | | | Add the 2048 bit SRP group from RFC 5054 | lloyd | 2011-12-17 | 1 | -0/+15 |
* | | | | | Basic instructions for building the docs | lloyd | 2011-12-17 | 1 | -5/+17 |
* | | | | | Make this exception somewhat more understandable. I think. | lloyd | 2011-12-17 | 1 | -1/+1 |
* | | | | | Add TCHead to list of users | lloyd | 2011-12-17 | 1 | -0/+3 |
* | | | | | Use LoadLibraryA instead of bare LoadLibrary so things work if used in | lloyd | 2011-12-13 | 1 | -1/+1 |
* | | | | | Fix readme URLs | lloyd | 2011-12-08 | 1 | -4/+4 |
* | | | | | Fix PR 166 | lloyd | 2011-12-08 | 1 | -5/+9 |
* | | | | | Add basic NaCl target | lloyd | 2011-12-08 | 2 | -0/+6 |
* | | | | | Warn the user if targetting for GCC on Windows without an explicit | lloyd | 2011-12-02 | 2 | -9/+17 |
* | | | | | LoadLibrary apparently works on MinGW | lloyd | 2011-12-02 | 1 | -0/+1 |
* | | | | | GCC doesn't like casting a function pointer to void* without an | lloyd | 2011-12-02 | 2 | -1/+4 |
* | | | | | Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162 | lloyd | 2011-11-28 | 2 | -1/+17 |
* | | | | | Fix PGP key link | lloyd | 2011-11-28 | 1 | -1/+1 |
* | | | | | Fix link, and use sphinx to generate | lloyd | 2011-11-28 | 1 | -3/+2 |
* | | | | | Call cpuid via inline asm on x86-64, so we can use it with Clang (no | lloyd | 2011-11-18 | 1 | -2/+16 |