Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-03 | X509V3_EXT_get_nid.3: indicate what nid means | Theo Buehler | |
2024-09-06 | Adjust documentation to work without X509_LOOKUP_by_subject() | Theo Buehler | |
X509_LOOKUP_by_subject() was made internal a while back. Its documentation was very detailed, so this was a bit of a tangle to undo. | |||
2024-09-02 | Remove X509_check_trust documentation | Theo Buehler | |
2024-09-02 | The X509at_* manuals are no longer needed | Theo Buehler | |
2024-09-02 | Also remove .Xr to X509at_* | Theo Buehler | |
2024-09-02 | Excise X509at_* from X509_REQ_* documentation | Theo Buehler | |
2024-09-02 | Rename lastpos to start_after to match other, similar manuals | Theo Buehler | |
2024-09-02 | More X509at_* removal | Theo Buehler | |
2024-09-02 | Remove mention of the no longer public X509at_* functions | Theo Buehler | |
2024-09-02 | Adjust function signatures for const X509_LOOKUP_METHOD | Theo Buehler | |
2024-08-30 | Remove cross references to whirlpool | Theo Buehler | |
2024-08-29 | Remove documentation of EVP_whirlpool | Theo Buehler | |
2024-08-29 | Remove documentation of ERR_add_error_{,v}data() | Theo Buehler | |
2024-08-29 | HMAC_Init() is dead. Long live HMAC_Init_ex() | Theo Buehler | |
2024-08-29 | Remove documentation of (caveat on) X509_TRUST_DEFAULT | Theo Buehler | |
Sadly, it's going to go away before ever having become the default. | |||
2024-08-28 | Document X509_get0_signature_info() | Theo Buehler | |
Loosely based on the OpenSSL 1.1 documentation but extended quite a bit to explain what the flags mean and what info they do (and do not) convey. With the usual valuable feedback from jmc. ok jmc | |||
2024-08-24 | More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare. | Theo Buehler | |
The existing description was lacking and incorrect, respectively. | |||
2024-08-24 | X509at_get_attr: zap trailing comma. | Theo Buehler | |
reminded by mandoc -Tlint | |||
2024-08-24 | LibreSSL no longer supports adding X.501 attributes to an EVP_PKEY | Theo Buehler | |
Remove the corresponding documentation. | |||
2024-08-24 | Remove documentation of UI_UTIL_read_pw* | Theo Buehler | |
According to some, a fail-open password verification function is par for the course for libcrypto. Unfortunately, we have been recommending its use over similarly named EVP functions after what amounted to a coin toss a few years back. Luckily enough, no one followed that advice and we can soon remove this API for good. | |||
2024-08-22 | PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3) | Theo Buehler | |
This API family has been neutered and will be removed in the next bump. Further cross references will be untangled in the future. | |||
2024-08-18 | Remove documentation for X509_REQ_[gs]et_extension_nids | Theo Buehler | |
These functions have been disabled for a while and they will be removed in the next major bump. | |||
2024-08-17 | Zap a trailing comma to appease mandoc -Tlint | Theo Buehler | |
2024-08-17 | Remove docs of various X509_TRUST "functionality" that no longer exists | Theo Buehler | |
Some macros are still exposed, but apart from the loss of a very nice way of saying "this is completely misdesigned, overengineered and not properly thought through" the only thing we would have learned from it is that this stuff is "probably useless". | |||
2024-07-26 | Put opening brace on correct line | Theo Buehler | |
2024-07-24 | BUF_MEM_new.3: add a touch of KNF | Theo Buehler | |
2024-07-21 | Add back a . | Theo Buehler | |
2024-07-21 | Unify description of the obsolete ENGINE parameter | Theo Buehler | |
This uses the same language in most manuals mentioning the obsolete ENGINE parameters. Make it clear that it is always ignored and that NULL should be passed. Always call it engine instead of a mix of e pe, impl, eng. | |||
2024-07-21 | Drop ENGINE from EVP_PKEY_derive example | Theo Buehler | |
2024-07-21 | Garbage collect ENGINE "use" from EVP_PKEY_decrypt() example | Theo Buehler | |
2024-07-21 | Make example slightly less terrible by dropping the ENGINE "handling" | Theo Buehler | |
2024-07-14 | "please refer" -> "refer" | Jonathan Gray | |
missed in 2022 "remove please from manual pages" commit ok tb@ | |||
2024-07-10 | forgot to add a history section for the TLS PRF API | Theo Buehler | |
2024-07-10 | link EVP_PKEY_CTX_set_tls1_prf_md.3 to build | Theo Buehler | |
2024-07-10 | Import EVP_PKEY_CTX_set_tls1_prf_md.3 from OpenSSL 1.1.1 | Theo Buehler | |
With only slight application of color to this entelodont's lips. It's the usual deal - hard to say what's worse, the code or its docs... | |||
2024-07-10 | Including kdf.h isn't enough, you also need evp.h | Theo Buehler | |
It will be a cold day in hell before I see an OpenSSL manpage without mistakes in it. | |||
2024-07-08 | remove a further spkac reference; ok tb | Jason McIntyre | |
2024-06-07 | Align documentation with reality | Job Snijders | |
OK tb@ | |||
2024-06-07 | Call out argument reversal between check_issued() and X509_check_issued() | Theo Buehler | |
It's a trap! | |||
2024-06-01 | Remove mention of SHA-0, update STANDARDS section | Theo Buehler | |
2024-05-26 | Remove documentation of optional md in one-step hashes | Theo Buehler | |
This functionality will be removed, so stop documenting it. Instead mention that another implementation still supports this. | |||
2024-05-24 | Remove documentation of DES_enc_{read,write} and DES_rw_mode | Theo Buehler | |
ok jsing | |||
2024-05-22 | crib better wording from schwarze's EVP_PKEY_get_attr_by_NID(3) | Theo Buehler | |
2024-05-22 | Fix incorrect X509v3_get_ext_by_NID(3) return values | Theo Buehler | |
This error comes from upstream, where it is still wrong. | |||
2024-05-19 | remove prototypes with no matching function | Jonathan Gray | |
feedback and ok tb@ | |||
2024-05-15 | Improve X509V3_get0_uids() documentation | Theo Buehler | |
Use less horrcble variable names and make it explicit that both output arguments are allowed to be NULL. | |||
2024-05-14 | Fix last sentence of CAVEATS which I got the wrong way around | Theo Buehler | |
2024-05-12 | Be more specific about X509V3_ADD_APPEND and X509V3_ADD_DELETE | Theo Buehler | |
2024-05-12 | Tweak wording | Theo Buehler | |
2024-05-12 | Remove a 'built-in' that was left in by accident | Theo Buehler | |