Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Weed out the last remaining refences to the obsolete | schwarze | 2024-11-08 | 4 | -67/+77 | |
| | | | | | | | | function EVP_MD_CTX_init(3) and talk about EVP_MD_CTX_new(3) instead. This is similar in spirit to OpenSSL commit 25191fff (Dec 1, 2015), but i'm also mentioning EVP_MD_CTX_reset(3), slightly reordering some sentences in a more systematic way, and improving some related wordings to be more precise and read better. | |||||
* | List CMAC_CTX_copy(3) in the SYNOPSIS. It was already | schwarze | 2024-11-08 | 1 | -2/+7 | |
| | | | | mentioned in NAME and described in DESCRIPTION and RETURN VALUES. | |||||
* | document EVP_PKEY_CTRL_SET_MAC_KEY for CMAC | schwarze | 2024-11-07 | 1 | -2/+16 | |
| | ||||||
* | document EVP_PKEY_CTRL_CIPHER, providing a bit of context | schwarze | 2024-11-06 | 1 | -2/+33 | |
| | ||||||
* | About a year ago, the obsolete function EVP_Cipher(3) was moved out of | schwarze | 2024-11-06 | 1 | -5/+5 | |
| | | | | | the important manual page EVP_EncryptInit(3). Belatedly adjust some cross references. | |||||
* | Fix argument names: des_in -> der_in and des_out -> der_out | tb | 2024-10-24 | 2 | -19/+19 | |
| | ||||||
* | remove duplicate X509v3_asid_add_id_or_range.3 line | jsg | 2024-10-22 | 1 | -2/+1 | |
| | ||||||
* | X509V3_EXT_get_nid.3: indicate what nid means | tb | 2024-10-03 | 1 | -3/+3 | |
| | ||||||
* | Adjust documentation to work without X509_LOOKUP_by_subject() | tb | 2024-09-06 | 1 | -52/+5 | |
| | | | | | 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. | |||||
* | Remove X509_check_trust documentation | tb | 2024-09-02 | 7 | -226/+11 | |
| | ||||||
* | The X509at_* manuals are no longer needed | tb | 2024-09-02 | 4 | -299/+4 | |
| | ||||||
* | Also remove .Xr to X509at_* | tb | 2024-09-02 | 1 | -4/+2 | |
| | ||||||
* | Excise X509at_* from X509_REQ_* documentation | tb | 2024-09-02 | 1 | -22/+10 | |
| | ||||||
* | Rename lastpos to start_after to match other, similar manuals | tb | 2024-09-02 | 1 | -13/+13 | |
| | ||||||
* | More X509at_* removal | tb | 2024-09-02 | 1 | -8/+4 | |
| | ||||||
* | Remove mention of the no longer public X509at_* functions | tb | 2024-09-02 | 1 | -23/+12 | |
| | ||||||
* | Adjust function signatures for const X509_LOOKUP_METHOD | tb | 2024-09-02 | 2 | -8/+8 | |
| | ||||||
* | Remove cross references to whirlpool | tb | 2024-08-30 | 2 | -6/+4 | |
| | ||||||
* | Remove documentation of EVP_whirlpool | tb | 2024-08-29 | 2 | -85/+1 | |
| | ||||||
* | Remove documentation of ERR_add_error_{,v}data() | tb | 2024-08-29 | 2 | -41/+8 | |
| | ||||||
* | HMAC_Init() is dead. Long live HMAC_Init_ex() | tb | 2024-08-29 | 1 | -17/+2 | |
| | ||||||
* | Remove documentation of (caveat on) X509_TRUST_DEFAULT | tb | 2024-08-29 | 1 | -12/+2 | |
| | | | | Sadly, it's going to go away before ever having become the default. | |||||
* | Document X509_get0_signature_info() | tb | 2024-08-28 | 1 | -3/+70 | |
| | | | | | | | | 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 | |||||
* | More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare. | tb | 2024-08-24 | 1 | -7/+14 | |
| | | | | The existing description was lacking and incorrect, respectively. | |||||
* | X509at_get_attr: zap trailing comma. | tb | 2024-08-24 | 1 | -2/+2 | |
| | | | | reminded by mandoc -Tlint | |||||
* | LibreSSL no longer supports adding X.501 attributes to an EVP_PKEY | tb | 2024-08-24 | 7 | -206/+11 | |
| | | | | Remove the corresponding documentation. | |||||
* | Remove documentation of UI_UTIL_read_pw* | tb | 2024-08-24 | 4 | -122/+7 | |
| | | | | | | | | 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. | |||||
* | PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3) | tb | 2024-08-22 | 1 | -3/+2 | |
| | | | | | This API family has been neutered and will be removed in the next bump. Further cross references will be untangled in the future. | |||||
* | Remove documentation for X509_REQ_[gs]et_extension_nids | tb | 2024-08-18 | 1 | -30/+2 | |
| | | | | | These functions have been disabled for a while and they will be removed in the next major bump. | |||||
* | Zap a trailing comma to appease mandoc -Tlint | tb | 2024-08-17 | 1 | -2/+2 | |
| | ||||||
* | Remove docs of various X509_TRUST "functionality" that no longer exists | tb | 2024-08-17 | 4 | -334/+5 | |
| | | | | | | | 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". | |||||
* | Put opening brace on correct line | tb | 2024-07-26 | 1 | -4/+3 | |
| | ||||||
* | BUF_MEM_new.3: add a touch of KNF | tb | 2024-07-24 | 1 | -4/+3 | |
| | ||||||
* | Add back a . | tb | 2024-07-21 | 1 | -2/+2 | |
| | ||||||
* | Unify description of the obsolete ENGINE parameter | tb | 2024-07-21 | 14 | -142/+130 | |
| | | | | | | | 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. | |||||
* | Drop ENGINE from EVP_PKEY_derive example | tb | 2024-07-21 | 1 | -5/+4 | |
| | ||||||
* | Garbage collect ENGINE "use" from EVP_PKEY_decrypt() example | tb | 2024-07-21 | 1 | -5/+4 | |
| | ||||||
* | Make example slightly less terrible by dropping the ENGINE "handling" | tb | 2024-07-21 | 1 | -5/+4 | |
| | ||||||
* | "please refer" -> "refer" | jsg | 2024-07-14 | 1 | -3/+3 | |
| | | | | | missed in 2022 "remove please from manual pages" commit ok tb@ | |||||
* | forgot to add a history section for the TLS PRF API | tb | 2024-07-10 | 1 | -1/+4 | |
| | ||||||
* | link EVP_PKEY_CTX_set_tls1_prf_md.3 to build | tb | 2024-07-10 | 1 | -1/+2 | |
| | ||||||
* | Import EVP_PKEY_CTX_set_tls1_prf_md.3 from OpenSSL 1.1.1 | tb | 2024-07-10 | 1 | -0/+168 | |
| | | | | | 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... | |||||
* | Including kdf.h isn't enough, you also need evp.h | tb | 2024-07-10 | 1 | -2/+3 | |
| | | | | | It will be a cold day in hell before I see an OpenSSL manpage without mistakes in it. | |||||
* | remove a further spkac reference; ok tb | jmc | 2024-07-08 | 1 | -5/+3 | |
| | ||||||
* | Align documentation with reality | job | 2024-06-07 | 1 | -4/+8 | |
| | | | | OK tb@ | |||||
* | Call out argument reversal between check_issued() and X509_check_issued() | tb | 2024-06-07 | 1 | -2/+35 | |
| | | | | It's a trap! | |||||
* | Remove mention of SHA-0, update STANDARDS section | tb | 2024-06-01 | 1 | -8/+9 | |
| | ||||||
* | Remove documentation of optional md in one-step hashes | tb | 2024-05-26 | 4 | -28/+47 | |
| | | | | | This functionality will be removed, so stop documenting it. Instead mention that another implementation still supports this. | |||||
* | Remove documentation of DES_enc_{read,write} and DES_rw_mode | tb | 2024-05-24 | 1 | -89/+4 | |
| | | | | ok jsing | |||||
* | crib better wording from schwarze's EVP_PKEY_get_attr_by_NID(3) | tb | 2024-05-22 | 1 | -5/+4 | |
| |