Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-17 | Use defines instead of magic numbers and comments. | jsing | 1 | -5/+3 | |
2016-11-15 | various cleanup; | jmc | 6 | -53/+54 | |
2016-11-14 | Add Copyright and license. | schwarze | 1 | -3/+54 | |
BIO_method_type() is a function, not a macro. | |||||
2016-11-14 | Add Copyright and license. | schwarze | 1 | -13/+93 | |
In the SYNOPSIS, show function prototypes rather than macro definitions. Delete the useless NOTES section header. | |||||
2016-11-14 | Copyright and license | schwarze | 1 | -2/+50 | |
2016-11-14 | Add Copyright and license. | schwarze | 1 | -10/+65 | |
For references to functions documented elsewhere, use .Xr, not .Fn. Move historic information to the HISTORY section. | |||||
2016-11-14 | various cleanup; | jmc | 1 | -48/+50 | |
2016-11-14 | Add Copyright and license. | schwarze | 1 | -5/+51 | |
Delete the useless statement that a void function does not return a value. | |||||
2016-11-14 | Add Copyright and license. | schwarze | 1 | -14/+79 | |
In the SYNOPSIS, show function prototypes rather than macro definitions. | |||||
2016-11-13 | Fix previous change to X509_STORE_add_{cert,crl} to not free the input | miod | 1 | -3/+7 | |
object in the error path - we don't own it. | |||||
2016-11-12 | minor cleanup; | jmc | 5 | -20/+20 | |
2016-11-12 | the referred to EXAMPLES section is now in strncpy(3); | jmc | 1 | -3/+3 | |
issue reported by scott cheloha ok otto | |||||
2016-11-11 | Bump TLS_API due to recent feature additions and changes. | jsing | 1 | -2/+2 | |
2016-11-11 | Change the return value of tls_config_set_protocols() and | jsing | 3 | -12/+18 | |
tls_config_set_verify_depth() from void to int. This makes them consistent with all other tls_config_set_* functions and will allow for call time validation to be implemented. Rides libtls major bump. ok beck@ | |||||
2016-11-11 | Disable ec assembly for amd64 pending fixes for ssh, and bump | beck | 4 | -10/+10 | |
majors appropriately | |||||
2016-11-11 | add copyright and license | schwarze | 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 | |||||
2016-11-11 | add Copyright and license, | schwarze | 1 | -5/+53 | |
simplify the BIO_callback_ctrl() prototype, and change .Fn to .Xr for two functions documented elsewhere | |||||
2016-11-11 | add Copyright and license | schwarze | 1 | -4/+51 | |
and delete useless and incorrect sentence "None of the functions presented here return any value." | |||||
2016-11-11 | import ASN1_TYPE_get(3) from OpenSSL, | schwarze | 2 | -1/+213 | |
deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence() which we don't have | |||||
2016-11-10 | minor cleanup; | jmc | 1 | -6/+6 | |