Age | Commit message (Expand) | Author |
2014-05-08 | kill some more VMS ifdefs | Giovanni Bechis |
2014-05-07 | add additional includes from eng_cryptodev.c | Jonathan Gray |
2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. | Miod Vallat |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-27 | Put explicit (void) in function declarations and shuffle keywords in some | Miod Vallat |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |
2014-04-20 | Restore beck's rev 1.3: snprintf() was reviewed | Philip Guenther |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use | Theo de Raadt |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | fix BIO_snprintf usage in here. | Bob Beck |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | move enginetest to regress as was done with the other tests | Jonathan Gray |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | Remove the GOST engine: It is not compiled or used and depends on the | Reyk Floeter |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-14 | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move | Miod Vallat |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-14 | Remove the GMP engine: It was an experimental engine using libgmp as | Reyk Floeter |
2014-04-14 | Remove the CAPI engine: It is a backend for the Windows CryptoAPI and | Reyk Floeter |
2014-04-14 | Remove the nuron engine. The static engine is not standalone and the | Reyk Floeter |
2014-04-14 | Remove the nCipher CHIL engine. It is not standalone and depends on | Reyk Floeter |
2014-04-13 | Cope with the removal of openssl/symhacks.h | Theo de Raadt |
2014-04-13 | Remove the AEP engine: it is not standalone and doesn't seem to be | Reyk Floeter |
2014-04-13 | Remove the Atalla engine: It is not standalone and depends on external | Reyk Floeter |
2014-04-13 | Remove the cswift engine: it is not standalone and we don't have the | Reyk Floeter |
2014-04-13 | Remove the "sureware" engine: | Reyk Floeter |
2014-04-13 | Remove the Broadcom ubsec engine: | Reyk Floeter |
2014-04-13 | Remove the IBM 4758 engine: we don't have this hardware and it is an | Reyk Floeter |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky |
2012-10-13 | resolve conflicts | Damien Miller |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
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-10-01 | resolve conflicts, fix local changes | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2010-07-01 | AES-NI engine support for OpenSSL. | Thordur I. Bjornsson |
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 |
2009-01-09 | resolve conflicts | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2008-02-26 | fix memory leak (in one case of unaligned buffers); from Markus Kvetter | Theo de Raadt |