Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KNF. | jsing | 2014-04-19 | 6 | -813/+814 |
| | |||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | ||||
* | use intrinsic strlcpy and strlcat everywhere so we only have one set of | beck | 2014-04-19 | 1 | -3/+3 |
| | | | | | | funcitons to check for incorrect use. keep BUF_strlcpy and BUF_strlcat for API comptibility only. ok tedu@ | ||||
* | Shrink a local buffer to the size it really needs to be; this is the only | miod | 2014-04-18 | 1 | -1/+1 |
| | | | | | | discrepancy found while checking proper {HEX,DECIMAL}_SIZE macro usage, which is confusing enough. tweaks and ok jca@, ok guenther@ | ||||
* | a little less obfuscation | tedu | 2014-04-17 | 1 | -17/+2 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 4 | -30/+30 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -88/+0 |
| | |||||
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 1 | -16/+0 |
| | | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit. | ||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -1/+1 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -42/+0 |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | ||||
* | Remove some stuff that isn't needed. | beck | 2014-04-13 | 1 | -1/+1 |
| | | | | ok miod@ deraadt@ | ||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | resolve conflicts | djm | 2012-10-13 | 2 | -4/+64 |
| | |||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 3 | -3/+12 |
|\ | | | | | branch. | ||||
| * | import OpenSSL-1.0.1c | djm | 2012-10-13 | 5 | -7/+76 |
| | | |||||
* | | resolve conflicts, fix local changes | djm | 2010-10-01 | 10 | -261/+324 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 4 | -0/+455 |
|\| | | | | | branch. | ||||
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 13 | -138/+779 |
| | | |||||
| * | import openssl-0.9.8j | djm | 2009-01-09 | 3 | -2/+178 |
| | | |||||
| * | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 8 | -90/+493 |
| | | |||||
| * | import of openssl-0.9.7j | djm | 2006-06-27 | 3 | -19/+45 |
| | | |||||
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 6 | -7/+58 |
| | | |||||
| * | import openssl-0.9.7d | markus | 2004-04-07 | 2 | -2/+6 |
| | | |||||
| * | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 3 | -5/+10 |
| | | |||||
| * | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 1 | -1/+1 |
| | | |||||
| * | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 3 | -1/+287 |
| | | |||||
| * | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 9 | -416/+1828 |
| | | |||||
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2002-05-15 | 4 | -0/+903 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -5/+16 |
|\ \ | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 3 | -2538/+2879 |
| | | | |||||
* | | | resolve conflicts | djm | 2009-01-09 | 3 | -1/+8 |
| | | | |||||
* | | | 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 | 3 | -6/+724 |
| | | | |||||
* | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 2 | -1/+170 |
| | | | |||||
* | | | resolve conflicts | djm | 2008-09-06 | 8 | -90/+493 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -27/+24 |
|\| | | | | | | | | branch. | ||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 3 | -1163/+2253 |
| | | | |||||
* | | | resolve conflicts | djm | 2006-06-27 | 3 | -19/+45 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 1 | -1/+1 |
|\| | | | | | | | | branch. | ||||
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 3 | -35/+131 |
| | | | |||||
* | | | resolve conflicts | djm | 2005-04-29 | 6 | -7/+58 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 1 | -0/+122 |
|\| | | | | | | | | branch. | ||||
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 3 | -5/+268 |
| | | | |||||
| * | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 2 | -8/+33 |
| | | | |||||
| * | | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 2 | -5/+1343 |
| | | | |||||
| * | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 2 | -272/+2967 |
| | | | |||||
| * | | This commit was manufactured by cvs2git to create branch 'openssl'. | cvs2svn | 2002-05-15 | 1 | -0/+1798 |
| | | | |||||
* | | | merge 0.9.7d | markus | 2004-04-08 | 1 | -2/+2 |
| | | | |||||
* | | | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 4 | -6/+11 |
| | | | |||||
* | | | Trivial sprintf() -> snprintf() changes. ok deraadt@ | ho | 2003-04-05 | 1 | -2/+2 |
| | | |