Age | Commit message (Expand) | Author |
2014-05-24 | More KNF. | Joel Sing |
2014-05-24 | KNF. | Joel Sing |
2014-05-24 | Another e_os2.h -> opensslconf.h. | Joel Sing |
2014-04-19 | use intrinsic strlcpy and strlcat everywhere so we only have one set of | Bob Beck |
2014-04-18 | Put the final pieces from e_os.h in the required places, and remove it. | Theo de Raadt |
2014-04-18 | another round of chemo for the RAND code to provide clarity. | Ted Unangst |
2014-04-18 | egd support is too dangerous to leave where somebody might find it. | Ted Unangst |
2014-04-18 | define RFILE only in the file that needs it | Theo de Raadt |
2014-04-16 | Some software expects RAND_status() to return 1 for success, so always | Reyk Floeter |
2014-04-16 | API compat fix. RAND_load_file can never fail now. discovered and ok beck. | Ted Unangst |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | Moved to regress/lib/libcrypto. | Miod Vallat |
2014-04-15 | Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping the | Miod Vallat |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-14 | Don't bother compiling files which end up containing | Miod Vallat |
2014-04-13 | Remove some stuff that isn't needed. | Bob Beck |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2012-10-13 | resolve conflicts | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: merge | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2009-04-06 | resolve conflicts | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |
2009-01-09 | import openssl-0.9.8j | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2008-09-10 | use one call to arc4random_buf() instead of lots of arc4random() | 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 |
2004-04-08 | merge 0.9.7d | 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-04-03 | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | Hakan Olsson |
2003-03-16 | Less strcpy/strcat/sprintf. tdeval@ ok. | Hakan Olsson |
2002-09-17 | use arc4random instead of /dev/arandom, | Markus Friedl |
2002-09-10 | merge openssl-0.9.7-beta3, tested on vax by miod@ | Markus Friedl |
2002-09-05 | merge with 0.9.7-beta1 | Markus Friedl |
2002-09-04 | execute bourne shell scripts with 'sh' and not with $SHELL | Markus Friedl |
2002-09-03 | unused files, not part of OpenSSL 0.9.7 | Markus Friedl |
2002-06-07 | Merge OpenSSL 0.9.7-stable-20020605, | Bob Beck |
2002-05-15 | import openssl-0.9.7-beta1 | Bob Beck |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck |
2001-12-20 | fix to match documented behaviour. RAND_file_name must return a pointer to | Bob Beck |
2001-08-01 | merge openssl 0.9.6b-engine | Bob Beck |
2001-08-01 | http://www.openssl.org/news/secadv_prng.txt; ok beck@ | Markus Friedl |
2001-06-22 | openssl-engine-0.9.6a merge | Bob Beck |
2001-01-12 | make sure s always has enough from for trailing \0. even though strlcpy will | Bob Beck |
2001-01-02 | do not honour environment variables if issetugid, and even more strongly supp... | Theo de Raadt |