| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
ok miod@ beck@
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
existing RAND interfaces unchanged.
All interfaces allowing external feed or seed of the RNG (either from a file
or a local entropy gathering daemon) are kept for ABI compatibility, but are
no longer do anything.
While the OpenSSL PRNG was required 15+ years ago when many systems lacked
proper entropy collection, things have evolved and one can reasonably assume
it is better to use the kernel (system global) entropy pool rather than trying
to build one's own and having to compensate for thread scheduling...
<RANT>
Whoever thought that RAND_screen(), feeding the PRNG with the contents of the
local workstation's display, under Win32, was a smart idea, ought to be banned
from security programming.
</RANT>
ok beck@ deraadt@ tedu@
|
| |
| |
| |
| |
| |
| | |
the wrong place and it will need heavy lifting. Love the .bat files
and the reference to pre-draft pthreads code at MIT.
ok beck
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
save the return value, the value is actually ignored.
ok deraadt@
|
| |
| |
| |
| |
| | |
where the return value is ignored changing to (void) snprintf.
ok deraadt@
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| | |
ok miod@
|
| |
| |
| |
| | |
ok miod@
|
| |
| |
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
There is still a huge amount of inconsistency within these headers.
|
| |
| |
| |
| | |
ok miod@ guenther@
|
| |
| |
| |
| |
| |
| | |
remove it from the build.. we can cvs rm it and the files it includes
once we know for sure ports are good.
ok deraadt@
|
| |
| |
| |
| | |
(breaks ssh ecdsa keys)
|
| |
| |
| |
| |
| |
| | |
and allow for the normal posix mandated return values instead of the
nonstandard one from BIO_snprintf.
ok miod@
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
undo the move of crypto/engines/eng_padlock to engines/e_padlock.
Requested by reyk@.
Note that eng_padlock is not compiled in currently.
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
in a bunch of places inside the TLS engine, to try to keep entropy high.
I wonder if their moto is "If you can't solve a problem, at least try
to do it badly".
ok miod
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| | |
ok deraadt@
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
that it is easier to find code pieces. They are getting in the way.
ok miod
|
| |
| |
| |
| |
| |
| |
| | |
an alternative backend for BIGNUM calculations. It is PoC code that
is not enabled in OpenSSL and probably not used by anymore.
ok deraadt@
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| |
| | |
could be maintained in an external package.
"it should probably go" beck@
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| | |
makes sense to beck@
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
readable. This pass is whitespace only and can readily be verified using
tr and md5.
|
| |
| |
| |
| |
| | |
but after cross-checking with 1.0.1g sources, they are not coming from
my change.
|
| |
| |
| |
| | |
in my last change.
|
| | |
|
| | |
|
| |
| |
| |
| | |
FPGA-based device is long obsolete.
|
| | |
|
| |
| |
| |
| | |
external libraries that aren't covered by the same license.
|
| |
| |
| |
| |
| |
| | |
follow soon.
Tweaks from an ok jim@
|
| |
| |
| |
| |
| |
| | |
#if OPENSSL_SYS_NOTYOURS
<whole file>
#endif
|
| |
| |
| |
| | |
ok deraadt@
|
| | |
|
| |
| |
| |
| | |
ok beck deraadt
|
| | |
|
| |
| |
| |
| |
| |
| | |
which did shutdown + close, all nasty and surprising. Use the raw
syscalls that everyone knows the behaviour of.
ok beck matthew
|