| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
SSL_CIPHER_get_digest_nid(), SSL_CIPHER_get_kx_nid() and
SSL_CIPHER_is_aead().
|
| |
|
|
|
|
| |
authentication.
|
| |
|
| |
|
|
|
|
| |
From Raf Czlonka, ok sthen@
|
| |
|
|
|
|
| |
cluebat tb@
|
|
|
|
|
|
|
|
|
| |
We already provided the setters, so also provide the getters like
OpenSSL does. Addition prompted by the use of those functions in recent
openvpn releases.
manpage diff from schwarze@ (thanks!) with input from jsing@, ok tb@
jsing@
|
|
|
|
|
|
|
| |
getrandom(2)
Based on discussion here https://github.com/libressl-portable/openbsd/pull/82
Suggested fix from jsing@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prevents segmentation fault while reading EC private key without public key.
Generates missing EC public key when reading EC private key.
Refer to these OpenSSL commits:
1f2b943254ce590867717375e4f364860a9b7154
2083f7c465d07867dd9867b8742bb71c03d1f203
Reported on GitHub https://github.com/libressl-portable/portable/issues/395
by Anton Bukov (@k06a) .
ok beck@
|
|
|
|
| |
builds work
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
ok jsing@
This brings pthread_once usage into libressl, which will
need to get dealt with correctly in portable.
This sets us up to autoinit libtls, and we will also be
using pthread_once to deal with autoinit stuff in libssl
and libcrypto
|
|
|
|
|
|
| |
don't need to use sys/param.h at all, guess which one i believe is
greater namespace polution
ok otto
|
|
|
|
| |
ok guenther kettenis
|
|
|
|
|
| |
Needed at least by openvpn-2.4.5, which detects availability of this
interface using #ifdefs... Discussed with & ok jsing@
|
|
|
|
| |
scratch, tweaks and OK jsing@ and jmc@.
|
|
|
|
|
|
| |
are otherwise optional
diff from holger mikolon, tweaked a bit by me
|
|
|
|
|
|
| |
We have no code implementing it, tedu@ took care of the rc5/ directory
in 2014, the related files are commented out in arch/*/Makefile.inc,
and opensslfeatures.h contains an explicit #define OPENSSL_NO_RC5.
|
|
|
|
| |
We have no code implementing those functions.
|
|
|
|
| |
via OpenSSL commit cbade361 Dec 12 13:14:45 2017 +0100
|
|
|
|
|
| |
from Rich Salz <rsalz@openssl.org>
via OpenSSL commit 9e183d22 Mar 11 08:56:44 2017 -0500.
|
| |
|
| |
|
|
|
|
| |
no text change
|
|
|
|
|
| |
and correct the description of SSL_OP_ALL.
Found by inspecting <openssl/ssl.h>.
|
|
|
|
|
| |
the new RETURN VALUES section from OpenSSL, tweaked by me.
While here, correct the description of SSL_CIPHER_description(3).
|
|
|
|
|
| |
Merge the documentation from OpenSSL, slightliy tweaking the wording
for precision. The connection is not necessarily "working" yet.
|
|
|
|
| |
Merge the documentation from OpenSSL.
|
|
|
|
| |
SSL_CTX_get_ciphers(3). Merge the documentation from OpenSSL.
|
|
|
|
|
| |
SSL_SESSION_up_ref(3).
Merge the documentation from OpenSSL, tweaked by me.
|
|
|
|
|
| |
X509_chain_up_ref(3). Merge the documentation from OpenSSL,
tweaked by me.
|
|
|
|
|
| |
X509_STORE_set_ex_data(3) and X509_STORE_get_ex_data(3).
Document them.
|
|
|
|
|
|
|
|
| |
X509_STORE_get0_objects(3). Merge the documenteation from OpenSSL,
heavily tweaked by me. While here, document six additional public
functions closely related to X509_STORE_set1_param(3) that OpenSSL
lacks documentation for. No Copyright-worthy amount of text remains
in X509_STORE_set1_param.3, so switch to my Copyright and license.
|
|
|
|
|
|
|
| |
X509_OBJECT_get0_X509(3) and X509_OBJECT_get0_X509_CRL(3).
Since they are undocumented in OpenSSL, write a new manual
page from scratch, also documenting five closely related
public functions that have already been available before.
|
|
|
|
|
|
| |
X509_STORE_up_ref(3). X509_STORE_new(3) and X509_STORE_free(3)
have already been available earlier. Import the documentation from
OpenSSL, adding some precision.
|
|
|
|
|
| |
X509_STORE_CTX_get0_store(3). It is undocumented in OpenSSL,
so write some documentation from scratch.
|
|
|
|
|
|
|
|
|
|
| |
X509_STORE_CTX_get0_chain(3). Adapt the documentation.
It is absurd that OpenSSL documents the two almost identical functions
X509_STORE_CTX_get0_chain(3) and X509_STORE_CTX_get1_chain(3) in
two different manual pages, with quite different wordings, and without
even referencing each other. It is very obvious that they have
lost their way in their own mire of functions.
|
|
|
|
|
|
|
| |
X509_CRL_set1_lastUpdate(3) and X509_CRL_set1_nextUpdate(3) and
in rev. 1.39 2018/02/22 17:06:42 X509_set1_notBefore(3) and
X509_set1_notAfter(3). Document them, again from scratch
because what OpenSSL provides is slightly confusing.
|
|
|
|
|
| |
optional reference counting. ETOOMUCHMAGIC. By the way, this
public hellhole is still undocumented in OpenSSL.
|
|
|
|
|
|
|
| |
X509_CRL_up_ref(3). Since it is undocumented in OpenSSL,
write some documentation from scratch. While here, also
correct the description of X509_CRL_free(3) and mention
X509_CRL_dup(3), too.
|
|
|
|
|
|
| |
X509_REQ_get_signature_nid(3), in rev. 1.36 2018/02/22 16:58:45
X509_CRL_get_signature_nid(3), and in rev. 1.40 2018/02/22 17:09:28
X509_get0_tbs_sigalg(3). Merge the documentation from OpenSSL.
|
|
|
|
|
|
| |
X509_REVOKED_get0_serialNumber(3) and X509_REVOKED_get0_revocationDate(3).
Merge the documentation from OpenSSL, but put it into X509_REVOKED_new(3)
rather than into X509_CRL_get0_by_serial(3) because it fits better there.
|
|
|
|
|
|
| |
X509_REVOKED_get0_extensions(3) and in rev. 1.36 2018/02/22 16:58:45
X509_CRL_get0_extensions(3). Merge the documentation from OpenSSL
and fix a few minor typos while here.
|
|
|
|
|
| |
SSL_SESSION_get_protocol_version(3).
Import the documentation form OpenSSL, tweaked by me, OK tb@.
|
|
|
|
|
|
| |
Merge the documentation from OpenSSL, tweaked by me. While here,
fix the in parts imprecise, in parts incorrect descriptions of
BIO_new(3), BIO_set(3), BIO_free(3), and BIO_free_all(3).
|
|
|
|
| |
EVP_PKEY_get0_EC_KEY(3). Merge the documentation from OpenSSL.
|
|
|
|
| |
Merge the documentation from OpenSSL, tweaked by me.
|