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