Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention Doxygen updates in release log | lloyd | 2010-06-16 | 1 | -0/+1 |
| | |||||
* | Increase the iteration count and salt size used for encrypted | lloyd | 2010-06-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | private keys. For the older PBES1, we can only increase the iteration count (from 2048 to 10000); the salt is fixed by the standard to 64 bits. This is probably OK, since PBES1 is also limited to (at best) 64-bit encryption keys and thus is pretty unsafe anyway. For PBES2, increase the iteration count (also 2048 to 10000) and increase the size of the salt from 64 bits to 96 bits. This will only affect keys which are encrypted by a version after this revision. | ||||
* | More API ref updates | lloyd | 2010-06-15 | 1 | -196/+194 |
| | |||||
* | Move reading list to the start, want people to see this | lloyd | 2010-06-15 | 1 | -44/+46 |
| | |||||
* | Cleanups, remove dead words | lloyd | 2010-06-15 | 1 | -191/+204 |
| | |||||
* | Update docs WRT PKCS8/X509 funcs | lloyd | 2010-06-15 | 1 | -119/+90 |
| | |||||
* | More ref manual changes | lloyd | 2010-06-14 | 1 | -179/+175 |
| | |||||
* | Mention options for getting the modules | lloyd | 2010-06-14 | 1 | -17/+13 |
| | |||||
* | Some reference manual updates. Still needs a lot of work. | lloyd | 2010-06-14 | 1 | -298/+97 |
| | |||||
* | Tick to 1.9.9-dev | lloyd | 2010-06-14 | 1 | -0/+2 |
| | |||||
* | Update log, readme for 1.9.8 release | lloyd | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | Rename the --use-boost-python optin to --with-boost-python, and add a | lloyd | 2010-06-13 | 2 | -1/+2 |
| | | | | | | | --without-boost-python to explicitly disable it. This makes it much easier to use at least in Gentoo's ebuild system, and perhaps with other packaging systems as well. | ||||
* | Demo to_ber in the RSA example/test script | lloyd | 2010-06-11 | 1 | -2/+15 |
| | |||||
* | Document new code for wide multiply under VC | lloyd | 2010-06-11 | 1 | -0/+1 |
| | |||||
* | Improvments to the build instructions: | lloyd | 2010-06-10 | 1 | -25/+38 |
| | | | | | | | | | | | | | | | | | | Note that if you want to use Python 3, you have to use 2to3. This has come up a couple of times on the list. Add make check to the 'for the impatient' instructions. Mention --no-autoload. Said that we would guess the compiler; this isn't true with the Python version. Add examples of using ICC and Clang. Note that prebuilt Windows binaries are sometimes available. Talk about make install for Windows. Fix version #s in pkg-config output. | ||||
* | Small cleanups | lloyd | 2010-06-02 | 1 | -9/+8 |
| | |||||
* | Document fixing 512/768 bit DL groups via DSA kosherizer | lloyd | 2010-06-02 | 1 | -0/+1 |
| | |||||
* | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 3 | -2/+2 |
| | | | | | More commentary posted to the list: http://lists.randombit.net/pipermail/botan-devel/2010-May/001123.html | ||||
* | Add a couple of small patches from Thomas Capricelli <[email protected]> | lloyd | 2010-05-21 | 1 | -0/+1 |
| | | | | that enable botan to be built under the clang C++ compiler. | ||||
* | Note other changes | lloyd | 2010-05-19 | 1 | -0/+3 |
| | |||||
* | Modify the implementation of multiplication mod 65537 used in IDEA to | lloyd | 2010-04-30 | 1 | -0/+1 |
| | | | | | | | | | | be branch-free. This reduces performance noticably on my Core2 (from 32 MiB/s to a bit over 27 MiB), but so it goes. The IDEA implementation using SSE2 is already branch-free here, and runs at about 135 MiB/s on my machine. Also add more IDEA tests, generated by OpenSSL | ||||
* | Tick to 1.9.8-dev | lloyd | 2010-04-28 | 1 | -0/+2 |
| | |||||
* | Update log, readme, configure for 1.9.7 release1.9.7 | lloyd | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | Fix EMSA_Raw in the case where the original input had leading 0 bytes. | lloyd | 2010-04-21 | 1 | -0/+1 |
| | |||||
* | Dist script updates | lloyd | 2010-04-19 | 1 | -4/+8 |
| | |||||
* | Cleanups. Name our cert for localhost. Used AutoSeeded_RNG. | lloyd | 2010-04-19 | 1 | -12/+16 |
| | | | | Report SNI request, if any. | ||||
* | Just report total size output at the end | lloyd | 2010-04-19 | 1 | -1/+7 |
| | |||||
* | Add support for SEED ciphersuites. Tested against OpenSSL 0.9.8n | lloyd | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | Add support for reading SSLv2 client hellos | lloyd | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | Add Comb4P hash combiner, as described in Anja Lehmann's thesis. | lloyd | 2010-04-17 | 1 | -0/+1 |
| | |||||
* | Tick version to 1.9.7-dev | lloyd | 2010-04-16 | 1 | -0/+2 |
| | |||||
* | Tick for 1.9.6 release1.9.6 | lloyd | 2010-04-09 | 1 | -1/+2 |
| | |||||
* | Retrodocument some 1.9.5 changes. Document other TLS fixes in 1.9.6 | lloyd | 2010-04-07 | 1 | -2/+7 |
| | |||||
* | Document adding SNI | lloyd | 2010-03-30 | 1 | -0/+1 |
| | |||||
* | Add support for TLS v1.1's per-record random IV. Tested against GnuTLS server. | lloyd | 2010-03-30 | 1 | -0/+1 |
| | |||||
* | Tick 1.9.6-dev | lloyd | 2010-03-30 | 1 | -0/+2 |
| | |||||
* | Update for 1.9.5 release 2009-03-291.9.5 | lloyd | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Show as creating an engine instead | lloyd | 2010-03-24 | 1 | -27/+31 |
| | |||||
* | Fix factor wrt rename of primality test functions | lloyd | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | Document GOST fix | lloyd | 2010-03-13 | 1 | -0/+1 |
| | |||||
* | Document allocator change | lloyd | 2010-03-13 | 1 | -0/+1 |
| | |||||
* | Clarify | lloyd | 2010-03-13 | 1 | -2/+2 |
| | |||||
* | Document changes since 1.9.4 | lloyd | 2010-03-13 | 1 | -0/+5 |
| | |||||
* | I had listed Olivier de Gaalon in the license, for the SQLite codec, | lloyd | 2010-03-12 | 2 | -1/+5 |
| | | | | | | | but not in credits. Conversely, I had listed Vaclav Ovsik in the credits for the Perl-XS wrapper, but not in the license. | ||||
* | Tick version to 1.9.5-dev | lloyd | 2010-03-10 | 1 | -0/+2 |
| | |||||
* | Update version to 1.9.4 release1.9.4 | lloyd | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | precompute only as needed, or will want to access some other expensive resource or etc. Change how the secret for generating blinding is done in cases where a PRNG isn't available. Use the operations public op to hide the secret, for instance the seed for a DH blinding variable is 2^x mod p. Make use of being able to mutate internal structures in the RW signer, since that does have access to a PRNG, so use it to initialize the blinder on first call to sign(). | ||||
* | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to | lloyd | 2010-03-08 | 2 | -2/+2 |
| | | | | | PK_Encryptor_EME and PK_Decryptor_EME; the message recovery is somewhat implicit in the recovery of the plaintext. | ||||
* | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 8 | -30/+26 |
| | | | | | Remove use of look_pk from the source and examples, instead instantiate classes directly. | ||||
* | Update DH example for PK changes | lloyd | 2010-03-08 | 1 | -14/+29 |
| |