Age | Commit message (Expand) | Author |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky |
2010-12-16 | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only | Jonathan Gray |
2010-12-16 | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length | Jonathan Gray |
2010-10-06 | More OpenSSL fixes: | Damien Miller |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-06-29 | VIA xcrypt for amd64, simpler version of a diff from deraadt | Jonathan Gray |
2010-05-03 | When running in pic mode we don't have enough general registers for all | Jonathan Gray |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | Damien Miller |
2008-02-26 | fix memory leak (in one case of unaligned buffers); from Markus Kvetter | Theo de Raadt |
2006-06-08 | potential fd leak (we will fix this before we move to cloning) | Theo de Raadt |
2005-05-23 | no need to byteswap for AES_ASM, from tom@ | Markus Friedl |
2005-04-29 | resolve conflicts | Damien Miller |
2005-01-29 | adjust comment, open_dev_crypto() returns -1 on error. | Hans-Joerg Hoexer |
2005-01-26 | on error set correct pointer to NULL. | Hans-Joerg Hoexer |
2004-06-15 | machdep.xcrypt now has a different meaning: Instead of > 0 indicating | Theo de Raadt |
2004-04-08 | merge 0.9.7d | Markus Friedl |
2004-02-04 | remove some debug code and cleanup.. | Theo de Raadt |
2004-02-03 | OK, this time the AES soft keys work with ssh and such. I spent over 3 | Theo de Raadt |
2004-02-03 | oops, software key gen bug | Theo de Raadt |
2004-02-03 | Switch to using software generated extended keys (because the cpu cannot | Theo de Raadt |
2004-02-03 | If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl of | Theo de Raadt |
2003-08-07 | support AES with 192 and 256 bit keys, too. | Markus Friedl |
2003-06-03 | nuke term 3, since we're all in ~deraadt/terms and I clued in now. | Bob Beck |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |
2003-04-08 | remove printf("bar\n"); | Markus Friedl |
2002-06-20 | remove support for RC4 via /dev/crypto, suggested by Niels; ok provos@ | Markus Friedl |
2002-06-19 | do not syslog from libraries! | Theo de Raadt |
2002-06-19 | KNF, -Wall, and other cleanups. still does not failover 100% correctly | Theo de Raadt |
2002-06-19 | stupid stupid bug ja ja ja ja | Theo de Raadt |
2002-06-18 | unbreak sshd with privsep: open /dev/crypto, keep fd, and call | Markus Friedl |
2002-06-18 | per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se... | Markus Friedl |
2002-06-13 | keep a FD per EVP_init, use a global FD for all asym operations; | Markus Friedl |
2002-06-11 | KNF | Theo de Raadt |
2002-06-11 | add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtion | Bob Beck |
2002-06-11 | Make DSA work now... at least for things that can do bn_mod_exp. | Bob Beck |
2002-06-11 | Make asymmetric crypto work in userland | Bob Beck |
2002-06-09 | Pass the right arguments for RSA, DSA, and modexp operations. Fix the | Angelos D. Keromytis |
2002-05-16 | add aes/bf/cast; ok deraadt@ | Markus Friedl |
2002-05-15 | import 0.9.7b (without idea and rc5) | Bob Beck |