#
14a995a9 |
| 09-Jul-2014 |
jsing <jsing@openbsd.org> |
More KNF.
|
#
7376aa73 |
| 09-Jul-2014 |
bcook <bcook@openbsd.org> |
remove unused, private version strings except SSL_version_str
Also remove unused des_ver.h, which exports some of these strings, but is not installed.
ok miod@ tedu@
|
#
948c348a |
| 09-Jul-2014 |
miod <miod@openbsd.org> |
Remove RSA_memory_lock(). This undocumented function sort-of serializes your RSA components to memory and clears them, but there is no unserializing function, so its usefulness is close to zero.
A g
Remove RSA_memory_lock(). This undocumented function sort-of serializes your RSA components to memory and clears them, but there is no unserializing function, so its usefulness is close to zero.
A grep through the ports tree sources show that it is only present in ports embedding their own openssl copy, and never used otherwise.
ok jsing@
show more ...
|
#
0c0a30ad |
| 09-Jul-2014 |
miod <miod@openbsd.org> |
RSA_NULL used to be a compile option allowing the RSA interfaces to be compiled-in, with nonfunctional code, to be able to cope with the RSA patent.
However, we don't use this option, and the RSA pa
RSA_NULL used to be a compile option allowing the RSA interfaces to be compiled-in, with nonfunctional code, to be able to cope with the RSA patent.
However, we don't use this option, and the RSA patent has expired more than 10 years ago, so just drop this piece.
show more ...
|
#
87203b09 |
| 09-Jul-2014 |
miod <miod@openbsd.org> |
KNF
|
#
c3d6a26a |
| 12-Jun-2014 |
deraadt <deraadt@openbsd.org> |
tags as requested by miod and tedu
|
#
4163340b |
| 07-Jun-2014 |
deraadt <deraadt@openbsd.org> |
malloc() result does not need a cast. ok miod
|
#
e0e62b2e |
| 22-May-2014 |
beck <beck@openbsd.org> |
Convert OPENSSL_malloc stuff back to intrinsics, a few were missed as new stuff was brought in. ok miod@
|
#
34ee2fc7 |
| 17-Apr-2014 |
deraadt <deraadt@openbsd.org> |
kill REF_PRINT/REF_CHECK debugging framework noone would use ok miod
|
#
6f3a6cb1 |
| 17-Apr-2014 |
beck <beck@openbsd.org> |
Change library to use intrinsic memory allocation functions instead of OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
|
#
68c01845 |
| 15-Apr-2014 |
tedu <tedu@openbsd.org> |
remove FIPS mode support. people who require FIPS can buy something that meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
|
#
5cdd308e |
| 13-Oct-2012 |
djm <djm@openbsd.org> |
resolve conflicts
|
#
0a5d6ede |
| 01-Oct-2010 |
djm <djm@openbsd.org> |
resolve conflicts, fix local changes
|
#
e6841c1d |
| 09-Jan-2009 |
djm <djm@openbsd.org> |
resolve conflicts
|
#
4fcf65c5 |
| 06-Sep-2008 |
djm <djm@openbsd.org> |
resolve conflicts
|
#
cdc51833 |
| 11-Nov-2003 |
markus <markus@openbsd.org> |
merge 0.9.7c; minor bugsfixes; API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
|
#
767fe2ff |
| 12-May-2003 |
markus <markus@openbsd.org> |
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
|
#
2c33109c |
| 17-Mar-2003 |
markus <markus@openbsd.org> |
update to official patch from openssl.org; ok deraadt@, millert@
|
#
51060a02 |
| 15-Mar-2003 |
ho <ho@openbsd.org> |
Enforce blinding on RSA operations involving private keys. From http://www.openssl.org/~geoff, modified to be enabled at all times.
|
#
da347917 |
| 15-May-2002 |
beck <beck@openbsd.org> |
OpenSSL 0.9.7 stable 2002 05 08 merge
|
#
ce6fc090 |
| 22-Jun-2001 |
beck <beck@openbsd.org> |
openssl-engine-0.9.6a merge
|
#
c109e398 |
| 15-Dec-2000 |
beck <beck@openbsd.org> |
openssl-engine-0.9.6 merge
|
#
ba5406e9 |
| 19-Mar-2000 |
beck <beck@openbsd.org> |
OpenSSL 0.9.5 merge
*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
OpenSSL 0.9.5 merge
*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
show more ...
|
#
913ec974 |
| 29-Sep-1999 |
beck <beck@openbsd.org> |
OpenSSL 0.9.4 merge
|
#
5b37fcf3 |
| 05-Oct-1998 |
ryker <ryker@openbsd.org> |
Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build functionality for shared libs.
Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in th
Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build functionality for shared libs.
Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library.
Needs documentation and help from ports for easy upgrade to full functionality where legally possible.
show more ...
|