Age | Commit message (Expand) | Author |
2023-09-30 | consistently use "allow_inherit" for the argument name | Ingo Schwarze |
2023-09-30 | drop one pair of needless parentheses | Ingo Schwarze |
2023-09-30 | remove a useless repetition of a function name | Ingo Schwarze |
2023-09-30 | polish an awkward wording | Ingo Schwarze |
2023-09-30 | two instances of missing .Fa macros | Ingo Schwarze |
2023-09-30 | fix one copy and paste error: d2i_*() decode rather than encode; | Ingo Schwarze |
2023-09-30 | garbage collect two stray words, no change of meaning | Ingo Schwarze |
2023-09-29 | Allow IP addresses to be specified in a URI. | Bob Beck |
2023-09-29 | Some wording tweaks to make things a bit more precise. | Theo Buehler |
2023-09-29 | Fix a wrong tag and work around an ugly linebreak | Theo Buehler |
2023-09-29 | Document X509v3_{addr,asid}_validate_{path,resource_set}(3) | Theo Buehler |
2023-09-28 | add a missing .Fa macro | Ingo Schwarze |
2023-09-28 | fix two wrong function names in the description; | Ingo Schwarze |
2023-09-28 | Document X509v3_{addr,asid}_subset.3 take two (missed cvs add) | Theo Buehler |
2023-09-28 | Document X509v3_{addr,asid}_subset.3 | Theo Buehler |
2023-09-28 | Fix EVP_CIPHER_CTX_iv_length() | Theo Buehler |
2023-09-28 | don't mention what language functions are implemented in | Jonathan Gray |
2023-09-27 | RFC 3779: stop pretending we support AFIs other than IPv4 and IPv6 | Theo Buehler |
2023-09-27 | Various small tweaks in the RFC 3779 docs | Theo Buehler |
2023-09-26 | Document X509v3_{addr,asid}_inherits(3) | Theo Buehler |
2023-09-26 | Document X509v3_addr_get_{afi,range}(3) | Theo Buehler |
2023-09-26 | Document the guts of RFC 3779 IPAddrBlocks | Theo Buehler |
2023-09-26 | Missing variable name in prototype | Theo Buehler |
2023-09-26 | Fix section title of X.690 reference (missing article) | Theo Buehler |
2023-09-26 | Document some barely usable parts of the ASIdentifiers API. | Theo Buehler |
2023-09-25 | sort | Theo Buehler |
2023-09-25 | New manual page documenting the usual four ASN.1 functions for both | Theo Buehler |
2023-09-25 | tweak wording and fix a typo | Theo Buehler |
2023-09-25 | Tiny tweaks: missing article, capitalize a word and change an Xr | Theo Buehler |
2023-09-25 | Document the RFC 3779 extensions as supported | Theo Buehler |
2023-09-25 | Add initial documentation for the RFC 3779 API | Theo Buehler |
2023-09-24 | Break two ridiculously long lines in ec_pub_cmp() and ec_cmp_parameters() | Theo Buehler |
2023-09-24 | Refactor eckey_{param2type,type2param}() | Theo Buehler |
2023-09-20 | Bump LibreSSL version | Theo Buehler |
2023-09-19 | Mention a subtle difference between PEM_def_callback(3) and the example. | Ingo Schwarze |
2023-09-19 | Remove the duplicate documentation of pem_password_cb(3). | Ingo Schwarze |
2023-09-19 | More 0/NULL confusions in SSL_CTX_new() | Theo Buehler |
2023-09-19 | Fix some NULL/0 misspellings in SSL_CTX_new() | Theo Buehler |
2023-09-18 | aesni_ctr32_encrypt_blocks() is called indirectly from C code, so it | Theo de Raadt |
2023-09-18 | remove tls_reset(3) from the NAME, SYNOPSIS, and HISTORY sections | Ingo Schwarze |
2023-09-18 | PEM_def_callback(3) does not truncate its argument but merely the copy, | Ingo Schwarze |
2023-09-18 | Rewrite RSA_get_ex_new_index(3) and CRYPTO_set_ex_data(3) from scratch. | Ingo Schwarze |
2023-09-14 | use Fn notation instead of Nm, as the rest of the page does; | Jason McIntyre |
2023-09-13 | replace the outdated statement that everything uses SHA-1 | Ingo Schwarze |
2023-09-13 | Document the special meaning of NID_undef in this context. | Ingo Schwarze |
2023-09-13 | Various improvements: | Ingo Schwarze |
2023-09-13 | document the EVP_PKEY_ASN1_METHOD flags | Ingo Schwarze |
2023-09-13 | minor markup fixes: add one missing .Dv and one missing .Vt macro | Ingo Schwarze |
2023-09-13 | document the EVP_PKEY_CTRL_MD and EVP_PKEY_CTRL_GET_MD command constants | Ingo Schwarze |
2023-09-12 | fix typo | Ingo Schwarze |