Age | Commit message (Collapse) | 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 | |
OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | |||
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 | |
meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | |||
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 | |
where the return value is ignored changing to (void) snprintf. ok deraadt@ | |||
2014-04-14 | So the OpenSSL codebase does "get the time, add it as a random seed" | Theo de Raadt | |
in a bunch of places inside the TLS engine, to try to keep entropy high. I wonder if their moto is "If you can't solve a problem, at least try to do it badly". ok miod | |||
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt | |
that it is easier to find code pieces. They are getting in the way. ok miod | |||
2014-04-14 | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | Stuart Henderson | |
makes sense to beck@ | |||
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 | |
from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | |||
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 | |
*) Always check bn_wexpend() return values for failure. (CVE-2009-3245) [Martin Olsson, Neel Mehta] | |||
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 | |
from OpenSSL CVS; ok otto@ deraadt@ | |||
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 | |
use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed. | |||
2003-11-11 | merge 0.9.7c; minor bugsfixes; | Markus Friedl | |
API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto] | |||
2003-09-29 | Revert BN_cmp() change. Its arguments are const. Spotted by miod@. | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-25 | Return immediately if argument to BN_sub_word is zero. | Otto Moerbeek | |
ok markus@ deraadt@ | |||
2003-09-25 | Use BN_is_zero(), not x->top == 0 to test if a BN is zero. | Otto Moerbeek | |
ok markus@ deraadt@ | |||
2003-09-25 | Add extra calls to bn_fix_top() in BN_cmp(), since some functions may | Otto Moerbeek | |
leave an invalid BN. ok markus@ deraadt@ | |||
2003-08-21 | Do not produce a corrupt BIGNUM when adding 0 to 0 using BN_add_word(). | Otto Moerbeek | |
ok markus@ | |||
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl | |