| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add support for the french ANSSI FRP256v1 elliptic curve. | 2014-05-01 | 1 | -0/+2 | ||
| | | | | | | | | | | | While not to be considered a good choice of elliptic curve (refer to http://safecurves.cr.yp.to/ for more details), it is nevertheless deemed a good decision to allow developers with requirements to use such a curve, to be able to do this via a crypto library allowing for much better choices to be made, without having to change (much of) their code to get better crypto. ok beck@ deraadt@ | |||||
| * | Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. | 2014-05-01 | 1 | -0/+17 | ||
| | | | | | | Be sure to rerun `make includes' after updating. ok tedu@ beck@ deraadt@ | |||||
| * | Restore beck's rev 1.21: snprintf() was reviewed | 2014-04-20 | 1 | -1/+1 | ||
| | | ||||||
| * | KNF. | 2014-04-19 | 6 | -813/+814 | ||
| | | ||||||
| * | We'll interpret a (void) cast on snprintf() to mean it's been verified that | 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 | 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 | 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 | 2014-04-17 | 1 | -17/+2 | ||
| | | ||||||
| * | Change library to use intrinsic memory allocation functions instead of | 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 | 2014-04-15 | 1 | -88/+0 | ||
| | | ||||||
| * | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | 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 | 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 | 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. | 2014-04-13 | 1 | -1/+1 | ||
| | | | | | ok miod@ deraadt@ | |||||
| * | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | 2014-04-13 | 1 | -1/+1 | ||
| | | ||||||
| * | resolve conflicts | 2012-10-13 | 2 | -4/+64 | ||
| | | ||||||
| * | import OpenSSL-1.0.1c | 2012-10-13 | 3 | -3/+12 | ||
| | | ||||||
| * | resolve conflicts, fix local changes | 2010-10-01 | 10 | -261/+324 | ||
| | | ||||||
| * | import OpenSSL-1.0.0a | 2010-10-01 | 5 | -5/+471 | ||
| | | ||||||
| * | resolve conflicts | 2009-01-09 | 3 | -1/+8 | ||
| | | ||||||
| * | import openssl-0.9.8j | 2009-01-09 | 1 | -1/+1 | ||
| | | ||||||
| * | update to openssl-0.9.8i; tested by several, especially krw@ | 2009-01-05 | 2 | -1/+170 | ||
| | | ||||||
| * | resolve conflicts | 2008-09-06 | 8 | -90/+493 | ||
| | | ||||||
| * | import of OpenSSL 0.9.8h | 2008-09-06 | 1 | -27/+24 | ||
| | | ||||||
| * | resolve conflicts | 2006-06-27 | 3 | -19/+45 | ||
| | | ||||||
| * | import of openssl-0.9.7j | 2006-06-27 | 1 | -1/+1 | ||
| | | ||||||
| * | resolve conflicts | 2005-04-29 | 6 | -7/+58 | ||
| | | ||||||
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | 2005-04-29 | 1 | -0/+122 | ||
| | | ||||||
| * | merge 0.9.7d | 2004-04-08 | 1 | -2/+2 | ||
| | | ||||||
| * | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 4 | -6/+11 | ||
| | | ||||||
| * | Trivial sprintf() -> snprintf() changes. ok deraadt@ | 2003-04-05 | 1 | -2/+2 | ||
| | | ||||||
| * | merge with openssl-0.9.7-stable-SNAP-20020911, | 2002-09-14 | 1 | -1/+1 | ||
| | | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | |||||
| * | merge openssl-0.9.7-beta3, tested on vax by miod@ | 2002-09-10 | 3 | -1/+287 | ||
| | | ||||||
| * | merge with 0.9.7-beta1 | 2002-09-05 | 2 | -0/+4 | ||
| | | ||||||
| * | execute bourne shell scripts with 'sh' and not with $SHELL | 2002-09-04 | 1 | -1/+1 | ||
| | | ||||||
| * | unused files, not part of OpenSSL 0.9.7 | 2002-09-03 | 1 | -2208/+0 | ||
| | | ||||||
| * | do not modify input files, allows ro source builds; tested by fries@ | 2002-08-30 | 1 | -6/+7 | ||
| | | ||||||
| * | apply patches from OpenSSL Security Advisory [30 July 2002], | 2002-07-30 | 1 | -1/+1 | ||
| | | | | | http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2 | |||||
| * | After much horrible and painful slogging through asn1 code, | 2002-06-08 | 1 | -0/+1 | ||
| | | | | | | | | | | | this fixes the source of connection problems with ssl/tls connections between sparc64 and other things. The punchline, we just found a bug in floating point emulation on sparc64 when this script produces off-by-one output on sparc64. This fix is annoyingly easy for the effort expended. | |||||
| * | Merge OpenSSL 0.9.7-stable-20020605, | 2002-06-07 | 4 | -2309/+4 | ||
| | | | | | correctly autogenerate obj_mac.h | |||||
| * | Damn my rush to make it build again. | 2002-05-15 | 1 | -2842/+0 | ||
| | | ||||||
| * | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 12 | -178/+3944 | ||
| | | ||||||
| * | openssl-engine-0.9.6a merge | 2001-06-22 | 1 | -1/+2 | ||
| | | ||||||
| * | openssl-engine-0.9.6 merge | 2000-12-15 | 12 | -104/+5370 | ||
| | | ||||||
| * | OpenSSL 0.9.5a merge | 2000-04-15 | 3 | -3/+4 | ||
| | | ||||||
| * | No, I'm a luser and a moron. this is *not* supposed to be here. | 2000-03-19 | 1 | -955/+0 | ||
| | | ||||||
| * | this appears to be needed again. | 2000-03-19 | 1 | -0/+955 | ||
| | | ||||||
| * | OpenSSL 0.9.5 merge | 2000-03-19 | 5 | -87/+172 | ||
| | | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | |||||
| * | do not assume shell scripts are +x; d | 1999-11-23 | 1 | -1/+1 | ||
| | | ||||||
| * | OpenSSL 0.9.4 merge | 1999-09-29 | 9 | -899/+817 | ||
| | | ||||||
