| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
while here, drop irrelevant history of Kerberos random number generator
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
0.9.0b. Nothing else that can be used in there.
|
|
|
|
| |
X509_STORE_get_ex_new_index(3). Document it.
|
|
|
|
|
| |
ECDSA_SIG_get0(3) and ECDSA_SIG_set0(3).
Merge the documentation from OpenSSL.
|
|
|
|
|
|
| |
15:19:12, tb@ provided a subset of the DSA_meth_*(3) and RSA_meth_*(3)
functions. Merge the relevant parts of the manual pages from
OpenSSL, heavily tweaked by me, in particular for conciseness.
|
|
|
|
| |
X509_PUBKEY_get0(3). Merge the documentation from OpenSSL.
|
|
|
|
|
| |
OCSP_SINGLERESP_get0_id(3). OpenSSL fails to document it,
so document it from scratch.
|
|
|
|
| |
X509_REVOKED_dup(3). Document it.
|
|
|
|
|
|
|
|
|
|
| |
- deprecation notice
- say more precisely what OPENSSL_config(3) does
- kill the unfounded rumour that the library might inspect environment
variables; in fact, only the openssl(1) program inspects $OPENSSL_CONF
- garbage collect long, irrelevant ramblings about engines
- garbage collect empty RETURN VALUES section
- garbage collect CAVEATS section, duplicate information only
|
|
|
|
|
|
| |
provided OPENSSL_init_crypto(3) and OPENSSL_init_ssl(3).
Write the documentation from scratch
because the text OpenSSL provides is full of bloat.
|
|
|
|
|
| |
X509_get0_pubkey(3) to the same semantics as in OpenSSL.
Merge the documentation.
|