Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 1 | -1/+1 |
| | | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@ | ||||
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -10/+1 |
| | | | | ok miod | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 10 | -31/+31 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Do not feed RSA private key information to the random subsystem as | deraadt | 2014-04-17 | 1 | -2/+0 |
| | | | | | | | | entropy. It might be fed to a pluggable random subsystem.... What were they thinking?! ok guenther | ||||
* | call the correct decrypt function in aes_cbc_cipher() | jsg | 2014-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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@ | ||||
* | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 1 | -2/+1 |
| | | | | | | | string was potentially not nul terminated and a place where malloc return was unchecked. while we're at it remove dummytest.c ok miod@ | ||||
* | remove md2, jpake, and seed clutter. | tedu | 2014-04-15 | 2 | -184/+0 |
| | |||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -100/+0 |
| | |||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 10 | -213/+2 |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | ||||
* | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 1 | -450/+0 |
| | |||||
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -11/+0 |
| | | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit. | ||||
* | unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the | miod | 2014-04-14 | 2 | -455/+0 |
| | | | | | | 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. | ||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -676/+0 |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | ||||
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -2/+0 |
| | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 14 | -55/+108 |
| | |||||
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -21/+195 |
| | | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@ | ||||
* | remove ACSS, crank libcrypto major; ok markus@ deraadt@ | djm | 2013-01-26 | 2 | -91/+0 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 33 | -179/+1806 |
| | |||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -0/+113 |
|\ | | | | | branch. | ||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+113 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 6 | -3/+765 |
|\ \ | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 33 | -131/+2412 |
| | | | |||||
* | | | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 6 | -4/+8 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 2 | -2/+4 |
|\| | | | | | | | | branch. | ||||
| * | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 7 | -6/+11 |
| | | | |||||
* | | | fix -Wall due to API change | djm | 2010-10-01 | 1 | -3/+3 |
| | | | |||||
* | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 48 | -3630/+2227 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 7 | -2/+1370 |
|\| | | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 44 | -1475/+3190 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -1/+1 |
| | | | |||||
* | | | AES-NI engine support for OpenSSL. | thib | 2010-07-01 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | | | resolve conflicts | djm | 2009-04-06 | 1 | -5/+5 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-04-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | branch. | ||||
| * | | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 2 | -6/+6 |
| | | | | |||||
* | | | | resolve conflicts | djm | 2009-01-09 | 29 | -617/+810 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import openssl-0.9.8j | djm | 2009-01-09 | 25 | -312/+440 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 3 | -0/+695 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | import openssl-0.9.8j | djm | 2009-01-09 | 8 | -299/+1078 |
| | | | | |||||
* | | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 3 | -25/+44 |
| | | | | |||||
* | | | | resolve conflicts | djm | 2008-09-06 | 49 | -611/+1407 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 3 | -0/+296 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 43 | -504/+1428 |
| | | | | |||||
| * | | | import of openssl-0.9.7j | djm | 2006-06-27 | 9 | -88/+242 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -848/+418 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 10 | -1017/+693 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -0/+83 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -0/+83 |
| | | | | |||||
| * | | | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -1/+1 |
| | | | |