Age | Commit message (Expand) | Author |
2014-04-23 | Unifdef -UPEDANTIC. ok beck@ tedu@ | Miod Vallat |
2014-04-22 | Remove files which look like actual code compiled in libcrypto, but isn't. | Miod Vallat |
2014-04-22 | Remove meat which either duplicates code found in apps/, or is only of value | Miod Vallat |
2014-04-21 | clean up files we don't need | Ted Unangst |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-18 | tone down some XXXXX to not appear in grep | Ted Unangst |
2014-04-18 | Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler, | Miod Vallat |
2014-04-18 | Put the final pieces from e_os.h in the required places, and remove it. | Theo de Raadt |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | OPENSSL_DECLARE_EXIT serves no purpose. | Theo de Raadt |
2014-04-17 | unistd.h is always in the same place; no need to #include the result of | Theo de Raadt |
2014-04-16 | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | Miod Vallat |
2014-04-16 | Remove DES_read_password and DES_read_2passwords which are `modern' flavours | Miod Vallat |
2014-04-16 | dead file | Ted Unangst |
2014-04-16 | you do not want to do the things this program does | Ted Unangst |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | 12 years ago, old_des.h was used to provide compatibility with libdes. | Ted Unangst |
2014-04-15 | 12 years ago, old_des.h was used to provide compatibility with libdes. | Ted Unangst |
2014-04-15 | imake died in a fire a long time ago | Ted Unangst |
2014-04-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-15 | Moved to regress/lib/libcrypto. | Miod Vallat |
2014-04-15 | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | Bob Beck |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-15 | remove pentium specific benchmark code | Jonathan Gray |
2014-04-14 | unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the | Miod Vallat |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-13 | Cope with the removal of openssl/symhacks.h | Theo de Raadt |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2012-10-13 | resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-01-09 | resolve conflicts | Damien Miller |
2009-01-09 | import openssl-0.9.8j | 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 |
2006-06-27 | resolve conflicts | Damien Miller |
2005-04-29 | resolve conflicts | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2005-03-29 | belive -> believe | Miod Vallat |
2004-04-08 | merge 0.9.7d | Markus Friedl |
2003-11-18 | use bn_asm_vax.S (from netbsd); test + ok by miod | Markus Friedl |
2003-11-13 | remove obsolete files | Markus Friedl |
2003-11-11 | merge 0.9.7c; minor bugsfixes; | Markus Friedl |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2003-04-05 | Trivial sprintf() -> snprintf() changes. ok deraadt@ | Hakan Olsson |
2003-04-03 | Remove crypt macro, it conflicts with unistd.h | Hans Insulander |