Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-23 | Unifdef -UPEDANTIC. ok beck@ tedu@ | Miod Vallat | |
2014-04-23 | Figure out endianness at compile-time, using _BYTE_ORDER from | Miod Vallat | |
<machine/endian.h>, rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@ | |||
2014-04-22 | Remove files which look like actual code compiled in libcrypto, but isn't. | Miod Vallat | |
One even says (in comments): HAS BUGS! DON'T USE | |||
2014-04-19 | use intrinsic strlcpy and strlcat everywhere so we only have one set of | Bob Beck | |
funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@ | |||
2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use | Theo de Raadt | |
ok miod | |||
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 | Do not feed RSA private key information to the random subsystem as | Theo de Raadt | |
entropy. It might be fed to a pluggable random subsystem.... What were they thinking?! ok guenther | |||
2014-04-17 | call the correct decrypt function in aes_cbc_cipher() | Jonathan Gray | |
From: commit e9c80e04c1a3b5a0de8e666155ab4ecb2697a77d Author: Andy Polyakov <appro@openssl.org> Date: Wed Dec 18 21:42:46 2013 +0100 evp/e_[aes|camellia].c: fix typo in CBC subroutine. It worked because it was never called. Our e_camellia.c does not have this problem. ok miod@ deraadt@ | |||
2014-04-16 | Clean up dangerous strncpy use. This included a use where the resulting | Bob Beck | |
string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@ | |||
2014-04-15 | remove md2, jpake, and seed clutter. | Ted Unangst | |
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 | Moved to regress/lib/libcrypto. | Miod Vallat | |
2014-04-15 | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | Bob Beck | |
with the bearded ones... some API's that nobody should be using will dissapear with this commit. | |||
2014-04-14 | unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the | Miod Vallat | |
early attempt at getting kernel-assisted crypto(4) used by libcrypto, before the engine API existed, and has been #if 0'd out for ages anyway. No API/ABI change. | |||
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-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 | |
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@ | |||
2013-01-26 | remove ACSS, crank libcrypto major; ok markus@ deraadt@ | Damien Miller | |
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-10-01 | fix -Wall due to API change | Damien Miller | |
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 | |
This is code mostly picked up from upstream OpenSSL, or to be more exact a diff from David Woodhouse <dwmw2 at infradead dot org>. Remember to make includes before doing a build! no objections from djm@ OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now) | |||
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-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 | increase EVP_MAX_MD_SIZE to something sane (big enough for SHA512) | 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-25 | update missing pieces from 0.9.7d; ok henning | Markus Friedl | |
crank minor for API extensions | |||
2004-04-08 | backout for now | Markus Friedl | |
2004-04-08 | merge 0.9.7d | Markus Friedl | |
2004-02-13 | Cleanup and shrink ACSS_KEY a bit. Thus crank library minor. | Hans-Joerg Hoexer | |
Change cipher modes to more generic names and add an additional mode. ok deraadt@ markus@ | |||
2004-01-23 | enable acss. | Hans-Joerg Hoexer | |
ok @deraadt @markus Also bump minor version. ok @deraadt | |||
2004-01-23 | evp api and manual page for acss | Hans-Joerg Hoexer | |
ok deraadt@ markus@ | |||
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-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-01-04 | spelling | Theo de Raadt | |
2002-09-14 | merge with openssl-0.9.7-stable-SNAP-20020911, | Markus Friedl | |
new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | |||
2002-09-10 | evp.h should not pull in all other header files, especially | Markus Friedl | |
since it's supposed to hid the specific ciphers. this change also avoids problems when evp is used together with kerberos (and <des.h>). ok deraadt@ | |||
2002-09-10 | merge openssl-0.9.7-beta3, tested on vax by miod@ | Markus Friedl | |