Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Copyright and license. | schwarze | 2016-11-14 | 1 | -14/+79 |
| | | | | In the SYNOPSIS, show function prototypes rather than macro definitions. | ||||
* | minor cleanup; | jmc | 2016-11-12 | 5 | -20/+20 |
| | |||||
* | add copyright and license | schwarze | 2016-11-11 | 1 | -3/+52 |
| | | | | | and change the reference to BIO_set_flags() from .Fn to .Xr: we do have that function and we should import the manual | ||||
* | add Copyright and license, | schwarze | 2016-11-11 | 1 | -5/+53 |
| | | | | | simplify the BIO_callback_ctrl() prototype, and change .Fn to .Xr for two functions documented elsewhere | ||||
* | add Copyright and license | schwarze | 2016-11-11 | 1 | -4/+51 |
| | | | | | and delete useless and incorrect sentence "None of the functions presented here return any value." | ||||
* | import ASN1_TYPE_get(3) from OpenSSL, | schwarze | 2016-11-11 | 2 | -1/+213 |
| | | | | | deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence() which we don't have | ||||
* | minor cleanup; | jmc | 2016-11-10 | 1 | -6/+6 |
| | |||||
* | import from OpenSSL, | schwarze | 2016-11-10 | 1 | -0/+246 |
| | | | | deleting ASN1_TIME_diff() which we don't have | ||||
* | various cleanup; | jmc | 2016-11-10 | 7 | -57/+52 |
| | |||||
* | Copyright and license | schwarze | 2016-11-10 | 2 | -4/+102 |
| | |||||
* | Add the correct Copyright and license. | schwarze | 2016-11-10 | 1 | -5/+55 |
| | | | | | Mention that ASN1_STRING_free(NULL) is OK. Delete the obvious statement that a void function returns no value. | ||||
* | Copyright and license | schwarze | 2016-11-10 | 1 | -2/+51 |
| | |||||
* | Add the correct Copyright and license. | schwarze | 2016-11-10 | 1 | -2/+55 |
| | | | | Mention that ASN1_OBJECT_free(NULL) is OK. | ||||
* | some cleanup; | jmc | 2016-11-08 | 11 | -63/+62 |
| | |||||
* | various cleanup; | jmc | 2016-11-07 | 21 | -200/+193 |
| | |||||
* | some cleanup; | jmc | 2016-11-06 | 1 | -31/+28 |
| | |||||
* | sort SEE ALSO; | jmc | 2016-11-06 | 1 | -2/+2 |
| | |||||
* | document EVP_PKEY_get_default_digest_nid(3) in one page, not in two | schwarze | 2016-11-06 | 2 | -8/+4 |
| | |||||
* | some minor cleanup; | jmc | 2016-11-06 | 5 | -43/+42 |
| | |||||
* | spacing between macro args and punctuation; | jmc | 2016-11-06 | 2 | -4/+4 |
| | |||||
* | document ENGINE_add_conf_module(3) in one page, not in two | schwarze | 2016-11-06 | 1 | -3/+2 |
| | |||||
* | document BIO_set_fd() and BIO_get_fd() in one manual page, not in two; | schwarze | 2016-11-06 | 2 | -60/+32 |
| | | | | general direction discussed yesterday with bcook@ | ||||
* | delete prototypes available in other pages and add a missing .Xr link | schwarze | 2016-11-06 | 1 | -102/+2 |
| | |||||
* | delete prototypes available in other pages and add two missing .Xr links | schwarze | 2016-11-06 | 4 | -756/+216 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 185 | -249/+620 |
| | |||||
* | delete prototypes available in other pages and add three missing .Xr links | schwarze | 2016-11-06 | 1 | -179/+7 |
| | |||||
* | delete prototypes available in other pages and add two missing .Xr links | schwarze | 2016-11-06 | 1 | -158/+3 |
| | |||||
* | add an .Xr that was missing | schwarze | 2016-11-06 | 1 | -1/+2 |
| | |||||
* | document BN_set_negative() and BN_is_negative(); | schwarze | 2016-11-05 | 6 | -516/+69 |
| | | | | feedback and OK bcook@, OK jsing@ | ||||
* | after getting rid of the pod files, clean up the Makefiles; ok bcook@ | schwarze | 2016-11-05 | 1 | -11/+5 |
| | |||||
* | minor mandoc -Tlint nits | schwarze | 2016-11-05 | 3 | -9/+8 |
| | |||||
* | add the missing content, sorry for committing an empty file | schwarze | 2016-11-05 | 1 | -0/+69 |
| | |||||
* | convert the remaining manual pages from pod to mdoc | schwarze | 2016-11-05 | 13 | -28/+3615 |
| | |||||
* | further tweakage, with an improvement from joel; | jmc | 2016-11-05 | 1 | -5/+5 |
| | | | | ok jsing schwarze | ||||
* | tweak previous | schwarze | 2016-11-04 | 1 | -34/+39 |
| | |||||
* | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | beck | 2016-11-04 | 2 | -1/+96 |
| | | | | | | functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@ | ||||
* | convert X509 manuals from pod to mdoc | schwarze | 2016-11-04 | 20 | -20/+2566 |
| | |||||
* | convert RSA manuals from pod to mdoc | schwarze | 2016-11-04 | 16 | -16/+1919 |
| | |||||
* | convert RAND manuals from pod to mdoc | schwarze | 2016-11-03 | 6 | -6/+204 |
| | |||||
* | zap the overview manual page of the RAND subsystem | schwarze | 2016-11-03 | 1 | -2/+1 |
| | | | | | that contained nothing but duplicate and misleading information; OK jsing@ | ||||
* | convert PEM and PKCS manuals from pod to mdoc | schwarze | 2016-11-03 | 14 | -14/+2231 |
| | |||||
* | convert configuration manuals from pod to mdoc | schwarze | 2016-11-03 | 5 | -5/+340 |
| | |||||
* | convert remaining ASN1 object manuals from pod to mdoc | schwarze | 2016-11-03 | 3 | -3/+299 |
| | |||||
* | convert HMAC and MD5 manuals from pod to mdoc | schwarze | 2016-11-03 | 3 | -3/+393 |
| | |||||
* | convert EVP manuals from pod to mdoc | schwarze | 2016-11-03 | 25 | -10/+4229 |
| | |||||
* | convert ERR manuals from pod to mdoc; while reading this, | schwarze | 2016-11-02 | 12 | -10/+963 |
| | | | | i wtfed, laughed, puked, and cried in more or less that order... | ||||
* | convert DSA and EC manuals from pod to mdoc | schwarze | 2016-11-02 | 17 | -11/+2658 |
| | |||||
* | convert DES and DH manuals from pod to mdoc | schwarze | 2016-11-02 | 8 | -8/+1244 |
| | |||||
* | Fix some broken .Xr links, loosely based on a diff | schwarze | 2016-10-05 | 1 | -13/+12 |
| | | | | | | | | from Rob Pierce <rob at 2keys dot ca>. The content of this page may also need expert attention, i suspect it may be lacking modern algorithms and over-emphasizing obsolete ones, but i dare not touch the content. | ||||
* | remove CMS manuals; beck@ agress with the general idea | schwarze | 2016-09-05 | 18 | -2127/+1 |
| |