Age | Commit message (Expand) | Author |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | Nuke BN_DEBUG_LEVITTE | Miod Vallat |
2014-04-17 | todo: do not leave 15 year old todo lists in the tree. | Miod Vallat |
2014-04-17 | Use of OPENSSL_SYS_xxx defines in public header files considered harmful. | Miod Vallat |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | RAND_seed now does nothing, so skip the operation | Theo de Raadt |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-15 | Go home, VMS, you're drunk | Miod Vallat |
2014-04-15 | No licence. | Miod Vallat |
2014-04-15 | Moved to regress/lib/libcrypto. | Miod Vallat |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-14 | So the OpenSSL codebase does "get the time, add it as a random seed" | Theo de Raadt |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-14 | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | Stuart Henderson |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2014-04-13 | Import OpenSSL 1.0.1g | Miod Vallat |
2013-02-14 | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | Markus Friedl |
2012-10-13 | import files that CVS missed; sigh | Damien Miller |
2012-10-13 | resolve conflicts | Damien Miller |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: merge | Damien Miller |
2012-01-05 | OpenSSL 1.0.0f: import upstream source | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2011-11-03 | import OpenSSL 1.0.0e | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2010-03-04 | cherrypick patch from OpenSSL 0.9.8m: | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | 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-06 | resolve conflicts | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2007-08-21 | http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadt | Markus Friedl |
2006-06-27 | resolve conflicts | Damien Miller |
2006-06-27 | import of openssl-0.9.7j | Damien Miller |
2006-03-14 | make BN_is_prime() realise that 2 is, in fact, a prime number. | 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 |
2004-03-17 | return(00); -> return(0); markus@ ok | Aaron Campbell |
2003-11-18 | use bn_asm_vax.S (from netbsd); test + ok by miod | Markus Friedl |
2003-11-11 | merge 0.9.7c; minor bugsfixes; | Markus Friedl |
2003-09-29 | Revert BN_cmp() change. Its arguments are const. Spotted by miod@. | Otto Moerbeek |
2003-09-25 | Return immediately if argument to BN_sub_word is zero. | Otto Moerbeek |
2003-09-25 | Use BN_is_zero(), not x->top == 0 to test if a BN is zero. | Otto Moerbeek |
2003-09-25 | Add extra calls to bn_fix_top() in BN_cmp(), since some functions may | Otto Moerbeek |
2003-08-21 | Do not produce a corrupt BIGNUM when adding 0 to 0 using BN_add_word(). | Otto Moerbeek |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |