| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove CMAC_resume() | tb | 2024-03-02 | 1 | -24/+2 |
* | Remove BIO_{sn,v,vsn}printf(3) | tb | 2024-03-02 | 1 | -55/+4 |
* | Update ASN1_TIME_set(3) | tb | 2024-02-18 | 1 | -5/+44 |
* | Make it explicit that the EC_KEY setters don't check things | tb | 2024-02-16 | 1 | -2/+6 |
* | Document a portability caveat about GeneralizedTime and UTCTime | job | 2024-02-13 | 1 | -2/+9 |
* | Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3) | tb | 2024-01-31 | 5 | -63/+96 |
* | Make it safe to delete entries from an lhash doall callback. | jsing | 2024-01-24 | 1 | -11/+4 |
* | Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals and | tb | 2024-01-22 | 3 | -5/+8 |
* | Simplify history section to match what other manuals do | tb | 2024-01-22 | 1 | -23/+2 |
* | Document various CMS_{signed,unsigned}_* functions | job | 2024-01-22 | 2 | -1/+393 |
* | Remove check{,obj_cleanup}_defer documentation | tb | 2024-01-13 | 1 | -66/+3 |
* | Remove X509_STORE_CTX_purpose_inherit(3) documentation | tb | 2024-01-12 | 1 | -131/+41 |
* | fix previous: key -> parameter | tb | 2023-12-29 | 1 | -2/+2 |
* | A .Xr to DSA_generate_parameters_ex() was lost accidentally | tb | 2023-12-29 | 1 | -1/+2 |
* | Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3 | tb | 2023-12-29 | 2 | -3/+3 |
* | Adjust documentation for upcoming DSA_generate_parameters removal | tb | 2023-12-29 | 5 | -70/+17 |
* | Rename some argument placeholders to be less cryptic, | schwarze | 2023-12-26 | 2 | -55/+58 |
* | Close some major gaps in the documentation of EVP_Cipher(3), | schwarze | 2023-12-26 | 1 | -10/+65 |
* | Clarify that the ENGINE argument is ignored; OK tb@. | schwarze | 2023-12-25 | 1 | -11/+10 |
* | Remove EVP_PKEY_asn1_add{0,_alias}() documentation | tb | 2023-12-21 | 4 | -78/+14 |
* | Mark some API-to-be-removed as intentionally undocumented | tb | 2023-12-21 | 1 | -2/+6 |
* | ASN1_STRING_TABLE_get.3: grammar: have -> has | tb | 2023-12-16 | 1 | -2/+2 |
* | Annotate incorrect value for ub_email_address | tb | 2023-12-16 | 1 | -1/+6 |
* | Rename ASN1_STRING_TABLE_add manual to _get | tb | 2023-12-16 | 2 | -3/+3 |
* | Remove ASN1_STRING_TABLE_{add,cleanup}() documentation | tb | 2023-12-16 | 1 | -71/+14 |
* | last .Nm should not have a comma | jsg | 2023-12-05 | 1 | -3/+3 |
* | Some cleanup: | schwarze | 2023-12-01 | 1 | -71/+33 |
* | EVP_EncryptInit(3) is among the most important "how to drive" manuals, | schwarze | 2023-12-01 | 4 | -65/+165 |
* | Mark up an occurrence of ENGINE | tb | 2023-11-19 | 1 | -2/+3 |
* | ENGINE can no longer have ex_data attached to it | tb | 2023-11-19 | 1 | -3/+3 |
* | Remove musings how ENGINE may or may not screw everything up. | tb | 2023-11-19 | 1 | -23/+2 |
* | Remove ENGINE mention in RSA_new() | tb | 2023-11-19 | 1 | -14/+6 |
* | OPENSSL_config() no longer calls ENGINE_load_builtin_engines() | tb | 2023-11-19 | 1 | -5/+4 |
* | ENGINE_add_conf_module() no longer exists | tb | 2023-11-19 | 1 | -8/+2 |
* | Remove ENGINE Xr that I left behind | tb | 2023-11-19 | 1 | -2/+1 |
* | zap stray comma | tb | 2023-11-19 | 1 | -2/+2 |
* | Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}() | tb | 2023-11-19 | 1 | -3/+29 |
* | Missing period | tb | 2023-11-19 | 1 | -2/+2 |
* | fix grammar | tb | 2023-11-19 | 1 | -2/+2 |
* | Remove remaining ENGINE manuals | tb | 2023-11-19 | 11 | -1988/+1 |
* | Strip mention of ENGINE out of *_set_method.3 | tb | 2023-11-19 | 3 | -98/+26 |
* | Strip out mentions of ENGINE_load_builtin_engines() | tb | 2023-11-19 | 1 | -7/+4 |
* | ex data for ENGINEs is no longer a thing | tb | 2023-11-19 | 1 | -9/+2 |
* | Remove section explaining how great and flexible ENGINE is and | tb | 2023-11-19 | 1 | -28/+2 |
* | Remove obsolete engine configuration section | tb | 2023-11-19 | 1 | -106/+2 |
* | Document the remaining ENGINE stubs in a single manual | tb | 2023-11-19 | 1 | -146/+103 |
* | EVP_PKEY_encrypt() simplify example | tb | 2023-11-19 | 1 | -6/+4 |
* | Mention which functions are implemented as macros in the few cases | schwarze | 2023-11-16 | 13 | -34/+76 |
* | drop some duplicate statements about macros | schwarze | 2023-11-16 | 4 | -23/+10 |
* | fix wrong macro | schwarze | 2023-11-16 | 1 | -3/+3 |