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