Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-15 | correct cases of code occuring directly after goto/break/return | jsg | 5 | -6/+4 | |
ok miod@ guenther@ | |||||
2014-04-14 | o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXX | beck | 1 | -2/+1 | |
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@ | |||||
2014-04-14 | revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside | sthen | 2 | -0/+6 | |
(breaks ssh ecdsa keys) | |||||
2014-04-14 | Flense all use of BIO_snprintf from ssl source - use the real one instead, | beck | 7 | -34/+40 | |
and allow for the normal posix mandated return values instead of the nonstandard one from BIO_snprintf. ok miod@ | |||||
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | tedu | 30 | -1027/+2 | |
2014-04-14 | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move | miod | 11 | -4163/+79 | |
undo the move of crypto/engines/eng_padlock to engines/e_padlock. Requested by reyk@. Note that eng_padlock is not compiled in currently. | |||||
2014-04-14 | used for windows dll builds only | miod | 4 | -9268/+0 | |
2014-04-14 | unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the | miod | 6 | -918/+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. | |||||
2014-04-14 | So the OpenSSL codebase does "get the time, add it as a random seed" | deraadt | 16 | -34/+2 | |
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 | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 1 | -1263/+1086 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | convert the use of OPENSSL_DIR_XXX functions to opendir() and frends. | beck | 2 | -60/+40 | |
ok deraadt@ | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 1 | -679/+738 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | deraadt | 118 | -14397/+0 | |
that it is easier to find code pieces. They are getting in the way. ok miod | |||||
2014-04-14 | Remove the GMP engine: It was an experimental engine using libgmp as | reyk | 11 | -744/+4 | |
an alternative backend for BIGNUM calculations. It is PoC code that is not enabled in OpenSSL and probably not used by anymore. ok deraadt@ | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 4 | -7364/+6272 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 10 | -8356/+7852 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 6 | -2045/+1909 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 9 | -1516/+1339 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 4 | -796/+784 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | Remove the CAPI engine: It is a backend for the Windows CryptoAPI and | reyk | 10 | -2183/+4 | |
could be maintained in an external package. "it should probably go" beck@ | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 4 | -3216/+2920 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | sthen | 8 | -108/+66 | |
makes sense to beck@ | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 12 | -3740/+3354 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 12 | -3708/+3348 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 23 | -9974/+10335 | |
readable. This pass is whitespace only and can readily be verified using tr and md5. | |||||
2014-04-14 | Revert previous. I don't known why cvs blame tells me I committed this, | mpi | 2 | -54/+584 | |
but after cross-checking with 1.0.1g sources, they are not coming from my change. | |||||
2014-04-14 | Revert to 1.1 minus the VMS stuff, I accidentally committed this chunk | mpi | 2 | -584/+54 | |
in my last change. | |||||
2014-04-14 | Remove VMS engine build files. | reyk | 5 | -36/+0 | |
2014-04-14 | print pid in error messages; ok reyk@ | otto | 1 | -14/+18 | |
2014-04-14 | Remove the nuron engine. The static engine is not standalone and the | reyk | 11 | -700/+1 | |
FPGA-based device is long obsolete. | |||||
2014-04-14 | Unlist previously removed chil engine from LIBNAMES | reyk | 1 | -1/+1 | |
2014-04-14 | Remove the nCipher CHIL engine. It is not standalone and depends on | reyk | 14 | -2179/+0 | |
external libraries that aren't covered by the same license. | |||||
2014-04-14 | Sync the list of man pages with doc/crypto and doc/ssl. MLINKS will | mpi | 1 | -85/+120 | |
follow soon. Tweaks from an ok jim@ | |||||
2014-04-14 | Don't bother compiling files which end up containing | miod | 9 | -2584/+2 | |
#if OPENSSL_SYS_NOTYOURS <whole file> #endif | |||||
2014-04-14 | remove last vestiges of OPENSSL_SYS_XXX from src/ssl | beck | 5 | -25/+0 | |
ok deraadt@ | |||||
2014-04-14 | two SHUTDOWN2 got away; noticed by beck | deraadt | 4 | -4/+8 | |
2014-04-13 | Use shutdown(s, SHUT_RDWR) instead of shutdown(s, 2). | matthew | 4 | -4/+4 | |
ok beck deraadt | |||||
2014-04-13 | Cope with the removal of openssl/symhacks.h | deraadt | 31 | -46/+1 | |
2014-04-13 | Remove various horrible socket syscall wrappers, especially SHUTDOWN* | deraadt | 21 | -186/+179 | |
which did shutdown + close, all nasty and surprising. Use the raw syscalls that everyone knows the behaviour of. ok beck matthew | |||||
2014-04-13 | Flense a variety of windows support stuff, and a strange gettimeofday function. | beck | 12 | -785/+0 | |
ok deraadt@ | |||||
2014-04-13 | Fix the gettimeofday function that I broke with my last commit. | beck | 2 | -12/+0 | |
noticed by mattheew and deraadt ok deraadt@ | |||||
2014-04-13 | symhacks for vms are no longer needed | beck | 2 | -962/+0 | |
ok deraadt@ | |||||
2014-04-13 | Remove vms support stuff. | beck | 17 | -386/+4 | |
ok deraadt@ | |||||
2014-04-13 | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | mpi | 33 | -69/+89 | |
ok miod@, deraadt@ | |||||
2014-04-13 | remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did you | deraadt | 21 | -69/+61 | |
know that MS_STATIC doesn't mean it is static? How far can lies and half-truths be layered? I wonder if anyone got fooled, and actually returned a pointer.. ok beck | |||||
2014-04-13 | We don't use this build system. | deraadt | 4 | -4201/+0 | |
2014-04-13 | /dev/null does not move around | deraadt | 1 | -1/+0 | |
2014-04-13 | Remove unneded OS portability cruft that we will never use. | beck | 1 | -169/+0 | |
ok deraadt@ | |||||
2014-04-13 | We do not need historical shared library build goo for other operating | deraadt | 15 | -498/+0 | |
systems, most of which in any sane world will want to do something more modern anyways. | |||||
2014-04-13 | no doxy | deraadt | 2 | -217/+0 | |