summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2018-12-08Put back devcrypto (what was called cryptodev) engine support.christos
2018-11-20Don't expose a getauxval symbol.maya
2018-11-19Use Cm instead of Li or Ar for fixed command stringsozaki-r
2018-11-13Fix some error handling, json support, keyring handling.mlelstv
2018-10-15Ooops - fix editor accident in previousmartin
2018-10-15Define OPENSSL_NO_EC_NISTP_64_GCC_128 for sparc64, the code doesmartin
2018-10-14Remove dead files that have never been built, and likely can't build sincemaxv
2018-10-14Clean up setkey: remove dead wood, KNF, localify, and slightly improve.maxv
2018-10-13Fix SF#24: incorrect authentication algorithms, copy-pasto.maxv
2018-10-13Fix ticket SF#91: pass the correct size for tbuf.maxv
2018-10-13Reduce the diff against the latest release. Also remove netbsd-import.sh,maxv
2018-10-10Add the EC_GFp_nistp*_method'schristos
2018-10-10On 32bit platforms set OPENSSL_NO_EC_NISTP_64_GCC_128 again, the nonmartin
2018-10-10enable OPENSSL_NO_EC_NISTP_64_GCC_128, requested by wizchristos
2018-10-08elide a warning that triggers on arm/clangchristos
2018-10-08Skip man pages that conflict (but have different case with libc: {hmac,md5}.3christos
2018-10-06disable another clang warningchristos
2018-10-05From Thomas Reim:christos
2018-10-04Add missing format string annotation.joerg
2018-10-02Don't treat mostly connection closed events as filtering events.christos
2018-10-02Undo previous change. It made filtering a lot more aggressive.christos
2018-10-02PR/53646: Thomas Reim: Incorrect detection of the packet complete code inchristos
2018-10-02Use hex string syntax to prevent overflow warnings for character constantschristos
2018-09-30Annotate format functions and fix format errors.christos
2018-09-30Newer gcc seems to use __ARM_ARCH_ISA_THUMB to tell use we have thumbmartin
2018-09-29Regenmartin
2018-09-29Upstream does not support armv4 any more - but it is trivial to addmartin
2018-09-29be less aggressive about blocking connections from disconnected sessions.christos
2018-09-28fix buildchristos
2018-09-27Remove debugging accidentally left in! Noticed by Tobias Ulmerchristos
2018-09-25use the standard code instead of ourschristos
2018-09-25no need for our copy of memequalchristos
2018-09-24put back sparccap.c; too hard to iron out the bn_mont stuff.christos
2018-09-24sparcv9cap is a c file.christos
2018-09-24use sparcv9cap.Schristos
2018-09-24Don't include the libc CRYPTO_memcmp file (it has a different prototypechristos
2018-09-24don't override the sha man page provided by libc.christos
2018-09-24sparc has memcmp and cpuidchristos
2018-09-23we provide memcmp and rdtscchristos
2018-09-23Kill stack protector warnings.christos
2018-09-23oops forgot to commit (add libcryptotest)christos
2018-09-23merge conflictschristos
2018-09-23 OpenSSL CHANGESchristos
2018-09-06Remove dead references to netinet6/ipsec.h.maxv
2018-09-06sync with realitymaxv
2018-08-28fix memory leaks: https://github.com/NetBSD/src/issues/6christos
2018-08-27annotate pthread_exit as __dead (to appease clang)tnn
2018-08-26merge conflictschristos
2018-08-26Potentially-incompatible changeschristos
2018-08-18Revert previous and do it the way it is supposed to be done.kre