Age | Commit message (Expand) | Author |
2018-05-12 | Use explicit_bzero() rather than memset() when clearing a BIGNUM. | Joel Sing |
2018-05-12 | If we fail to decode an EC point format extension, send a decode_error | Joel Sing |
2018-05-10 | Fix typo in RFC number. | Theo Buehler |
2018-05-03 | Cleanup usage of free() in libkvm. | Vadim Zhukov |
2018-05-03 | A few fixes for kvm_getargv(3)/kvm_getenv(3): | Vadim Zhukov |
2018-05-03 | begin LibreSSL 2.8.0 dev branch | Brent Cook |
2018-05-02 | In evp.h rev. 1.59 2018/05/02 15:51:41, tb@ added a const qualifier | Ingo Schwarze |
2018-05-02 | Add const qualifiers to return value of BIO_f_{base64,cipher,md}(). | Theo Buehler |
2018-05-02 | Remove incorrect NULL checks in DH_set0_key(). | Theo Buehler |
2018-05-02 | syslog_r() expects a priority, not a faciliy. Use LOG_ERR for the | Alexander Bluhm |
2018-05-01 | In x509.h rev. 1.46 2018/05/01 19:01:28, tb@ added const qualifiers | Ingo Schwarze |
2018-05-01 | Convert a handful of X509_*() functions to take const as in OpenSSL. | Theo Buehler |
2018-05-01 | In bio.h rev. 1.41 2018/05/01 13:29:09, tb@ added const qualifiers | Ingo Schwarze |
2018-05-01 | In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3) | Ingo Schwarze |
2018-05-01 | Fix whitespace on a few lines to reduce noise in an upcoming diff. | Theo Buehler |
2018-05-01 | const for BIO_f_ssl(), the last const difference to OpenSSL in our | Theo Buehler |
2018-05-01 | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | Theo Buehler |
2018-04-30 | Add a missing header when compiling with -DDEBUG | denis |
2018-04-29 | In view of the recent BN_FLG_CONSTTIME vulnerabilities in OpenSSL, | Ingo Schwarze |
2018-04-29 | Correct direction of SSL_ERROR_ZERO_RETURN case | Philip Guenther |
2018-04-28 | reference hosts(5) instead of networks(5) | Ingo Schwarze |
2018-04-28 | Remove references to the obsolete getnetent(3) and networks(5). | Ingo Schwarze |
2018-04-28 | Stop talking about /etc/networks, which is no longer used, | Ingo Schwarze |
2018-04-28 | Say that sethostent(3), gethostent(3), and endhostent(3) do nothing. | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make getnetby*(3) | Ingo Schwarze |
2018-04-28 | Minor cleanup, no functional change: | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make setnetent(3), | Ingo Schwarze |
2018-04-28 | Fix a small timing side channel in dsa_sign_setup(). Simple adaptation | Theo Buehler |
2018-04-28 | Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespace | Theo Buehler |
2018-04-27 | Fix typo in binary-float example in comment | Philip Guenther |
2018-04-27 | <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h> | Philip Guenther |
2018-04-27 | pthread_join() must not return EINTR | Philip Guenther |
2018-04-26 | Convert a format string variable to a static const char[] to reduce warnings | Philip Guenther |
2018-04-26 | Prefer <fcntl.h> over <sys/fcntl.h> in userland | Philip Guenther |
2018-04-25 | Put function name on a separate line and zap stray whitespace. | Theo Buehler |
2018-04-25 | In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiers | Ingo Schwarze |
2018-04-25 | Avoid talking about the innternal, undocumented data type "struct lhash_st", | Ingo Schwarze |
2018-04-25 | Document the callbacks as taking "SSL *" and "SSL_CTX *" arguments | Ingo Schwarze |
2018-04-25 | In ssl.h rev. 1.156 2018/04/25 07:10:39, tb@ added const qualifiers | Ingo Schwarze |
2018-04-25 | remove whitespace before closing parens | Theo Buehler |
2018-04-25 | Add const to functions in asn1/asn1.h as they did in OpenSSL. | Theo Buehler |
2018-04-25 | Fix capitalization of data. Pointed out by jsing and forgotten in | Theo Buehler |
2018-04-25 | OpenSSL started adding const to functions all over the place. Make all | Theo Buehler |
2018-04-24 | Make futex(2) also return ECANCELED in case SA_RESTART was set. | Paul Irofti |
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2018-04-23 | Make the NULL check a separate if statement for readability and | Theo Buehler |
2018-04-23 | Make whitespace between functions and structs a bit more consistent. | Theo Buehler |
2018-04-23 | Make X509_CRL_METHOD_free() NULL-safe. | Theo Buehler |
2018-04-22 | use NULL for pointer | Theo de Raadt |
2018-04-22 | mmap() no longer needs to be used. Without providing too many details, | Theo de Raadt |