Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Fix incorrect X509v3_get_ext_by_NID(3) return values | tb | 2024-05-22 | 1 | -9/+17 | |
| | | | | This error comes from upstream, where it is still wrong. | |||||
* | remove prototypes with no matching function | jsg | 2024-05-19 | 1 | -12/+2 | |
| | | | | feedback and ok tb@ | |||||
* | Improve X509V3_get0_uids() documentation | tb | 2024-05-15 | 1 | -11/+19 | |
| | | | | | Use less horrcble variable names and make it explicit that both output arguments are allowed to be NULL. | |||||
* | Fix last sentence of CAVEATS which I got the wrong way around | tb | 2024-05-14 | 1 | -4/+3 | |
| | ||||||
* | Be more specific about X509V3_ADD_APPEND and X509V3_ADD_DELETE | tb | 2024-05-12 | 1 | -3/+6 | |
| | ||||||
* | Tweak wording | tb | 2024-05-12 | 1 | -1/+4 | |
| | ||||||
* | Remove a 'built-in' that was left in by accident | tb | 2024-05-12 | 1 | -2/+2 | |
| | ||||||
* | Install X509V3_EXT_get_nid.3 | tb | 2024-05-12 | 1 | -1/+2 | |
| | ||||||
* | Add minimal manpage documenting the misnamed X509V3_EXT_get_nid() | tb | 2024-05-12 | 2 | -2/+92 | |
| | | | | | | This avoids a dangling reference in i2s_ASN1_ENUMERATED_TABLE. To complete this manual, someone will need to document X509V3_EXT_METHOD, but that's for a much more rainy day than today. | |||||
* | Avoid .Xr to no longer public X509_LOOKUP_by_subject(3) | tb | 2024-05-12 | 1 | -7/+4 | |
| | | | | looks good to jmc | |||||
* | Sync DSA_METHOD documentation with reality | tb | 2024-05-11 | 1 | -36/+15 | |
| | | | | | | | It is dubious whether this opaque struct's internals should be documented in the first place. This also has been incomplete since forever. For now zap the stuff that no longer exists and make an attempt at matching KNF a bit more closely. | |||||
* | PEM_read_bio_PrivateKey: fix grammar | tb | 2024-05-07 | 1 | -3/+3 | |
| | | | | This old [...] routines use [...] -> These old [...] routines [...] | |||||
* | Tweak start of DESCRIPTION of EC_GROUP_new() | tb | 2024-04-27 | 1 | -4/+9 | |
| | | | | | Complete precision will lead to complete confusion, however outright lies are also bad. | |||||
* | Document EC_curve_{nid2nist,nist2nid}() | tb | 2024-04-26 | 1 | -4/+57 | |
| | ||||||
* | remove space at eol | jsg | 2024-04-22 | 1 | -3/+3 | |
| | ||||||
* | Remove a couple of lies about GOST in CMS | tb | 2024-04-18 | 2 | -8/+8 | |
| | ||||||
* | More GOST removal adjustments | tb | 2024-04-18 | 1 | -3/+3 | |
| | ||||||
* | EVP_PKEY_set1_RSA.3 some adjustments after GOST removal | tb | 2024-04-18 | 1 | -4/+4 | |
| | ||||||
* | Remove documentation of no longer available API | tb | 2024-04-14 | 1 | -85/+4 | |
| | ||||||
* | Remove incorrect function counts | tb | 2024-04-04 | 1 | -4/+4 | |
| | | | | | | | | | Vincent Lee spotted that I failed to update numbers that count how many functions are documented here when removing {CRYPTO,OPENSSL}_realloc. This isn't helpful information and nobody will remember to go look for such numbers next time this page is adjusted, so remove the counts. agreement from jmc | |||||
* | Sprinkle a few references to RFC 8419 | tb | 2024-03-29 | 3 | -6/+15 | |
| | ||||||
* | Remove OPENSSL/CRYPTO_realloc documentation | tb | 2024-03-19 | 1 | -21/+4 | |
| | ||||||
* | Remove X509_ALGOR_set_md() documentation | tb | 2024-03-19 | 3 | -37/+8 | |
| | | | | | As far as LibreSSL is concerned, this terrible API is pushing up the daisies. | |||||
* | Add missing Nm entries for OBJ_NAME_do_all* | tb | 2024-03-14 | 1 | -3/+5 | |
| | ||||||
* | Mark up X509_STORE_get1_objects() | tb | 2024-03-14 | 1 | -3/+3 | |
| | ||||||
* | Add back a .Pp | tb | 2024-03-14 | 1 | -2/+3 | |
| | ||||||
* | Clarify ownership in X509_STORE_add_lookup() | tb | 2024-03-06 | 1 | -3/+4 | |
| | | | | | Whether an X509_LOOKUP with given method already exists or not, this API returns an internal pointer that must not be freed. | |||||
* | Remove CRL method API documentation | tb | 2024-03-06 | 7 | -243/+11 | |
| | ||||||
* | lh_<type>_error() is no longer implemented as a macro | tb | 2024-03-05 | 1 | -4/+2 | |
| | ||||||
* | Remove GOST documentation | tb | 2024-03-05 | 7 | -42/+17 | |
| | ||||||
* | Remove ASN1_time_parse documentation | tb | 2024-03-05 | 6 | -157/+9 | |
| | ||||||
* | Remove EVP_MD_meth* documentation | tb | 2024-03-05 | 8 | -378/+70 | |
| | | | | | Move the description of the EVP_MD_FLAGs to EVP_MD_nid() and add a reference to the CMS specification. | |||||
* | Remove EVP_add_{cipher,digest}* docs | tb | 2024-03-04 | 4 | -198/+5 | |
| | ||||||
* | lh_new.3: zap a trailing comma | tb | 2024-03-04 | 1 | -3/+3 | |
| | ||||||
* | EVP_CIPH_CUSTOM_KEY_LENGTH and EVP_CTRL_SET_KEY_LENGTH are gone | tb | 2024-03-04 | 1 | -14/+2 | |
| | ||||||
* | Remove docs for sk_find_ex() | tb | 2024-03-04 | 1 | -47/+3 | |
| | ||||||
* | Remove documentation of some CRYPTO_THREADID API | tb | 2024-03-04 | 1 | -58/+2 | |
| | | | | | CRYPTO_THREADID_{cpm,cpy,current,hash}() are no longer public, so remove their documentation. | |||||
* | Document X509_STORE_get1_objects and deprecate the get0 version | tb | 2024-03-04 | 1 | -4/+38 | |
| | | | | | This manual is ordered a bit strangely in that some functions are only documented in RETURN VALUES. | |||||
* | Remove lh stats | tb | 2024-03-02 | 3 | -211/+3 | |
| | | | | | | | This could have been removed in an earlier bump. Now it's time for it to say goodbye. ok jsing |