summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18some cleanup:Ingo Schwarze
2019-08-17some cleanup:Ingo Schwarze
2019-08-17minor cleanup:Ingo Schwarze
2019-08-16link to the new EC_KEY_METHOD_new(3) pageIngo Schwarze
2019-08-16document the EC_KEY_METHOD function tableIngo Schwarze
2019-08-16document EC_KEY_get_ex_new_index(3), EC_KEY_get_ex_data(3),Ingo Schwarze
2019-08-16some cleanup:Ingo Schwarze
2019-08-16minor cleanup:Ingo Schwarze
2019-08-15minor cleanup:Ingo Schwarze
2019-08-15some cleanup:Ingo Schwarze
2019-08-15document but do not recommend EVP_Cipher(3);Ingo Schwarze
2019-08-15Revert previous. There were some users of the quirky behaviour that wereMartijn van Duren
2019-08-14Fix argument list for ber_set_writecallbackMartijn van Duren
2019-08-14wonky comma;Jason McIntyre
2019-08-14Document that ber_scanf_elements' 'p' and 't' attribute don't eat theMartijn van Duren
2019-08-14Make ber_scanf_elements's 'e' attribute eat the element.Martijn van Duren
2019-08-14document EVP_Digest(3)Ingo Schwarze
2019-08-14some cleanup:Ingo Schwarze
2019-08-14read() returns -1 on failureasou
2019-08-14Make sure that ber in ber_scanf_elements is not NULL before parsing formatMartijn van Duren
2019-08-13some cleanup:Ingo Schwarze
2019-08-12some cleanup:Ingo Schwarze
2019-08-12Provide a local version of X509_get0_subject_key_id()Joel Sing
2019-08-12Inline the equivalent of ASN1_TYPE_unpack_sequence().Joel Sing
2019-08-12correct a misspelled page name in an .Xr;Ingo Schwarze
2019-08-12correct misspelled page name in an .XrIngo Schwarze
2019-08-12Fix .Xrs to non-existant pages by correcting the misspelled functionIngo Schwarze
2019-08-12These public functions are listed in the OpenSSL manuals but notIngo Schwarze
2019-08-12merge a few minor improvements from the OpenSSL 1.1.1 branch,Ingo Schwarze
2019-08-11Document ip.arpq and remove ip, ip6 and mpls ifq.denis
2019-08-11No specific called "exec(3)", so move primary manpage to a name whichTheo de Raadt
2019-08-11Use ERR_asprintf_error_data() instead of ERR_add_error_data().Joel Sing
2019-08-11Remove unsupported GOST 2012 NIDs.Joel Sing
2019-08-11Disable DES3 since we do not currently provide DES3 keywrap.Joel Sing
2019-08-11Remove label that is now unused (due to arc4random_buf() returning void).Joel Sing
2019-08-11Fix loading of CMS error strings.Joel Sing
2019-08-11Bring back stack macros for CMS structs.Joel Sing
2019-08-11Provide ASN1_PKEY_CTRL_CMS_RI_TYPE.Joel Sing
2019-08-11bring HISTORY sections up to OpenBSD standardsIngo Schwarze
2019-08-11Include string.h for explicit_bzero().Joel Sing
2019-08-11Expand M_ASN1_new_of and M_ASN1_free_of macros.Joel Sing
2019-08-11Use arc4random_buf() instead of RAND_bytes().Joel Sing
2019-08-11Include string.h for memcmp()/memcpy().Joel Sing
2019-08-11Use freezero() rather than OPENSSL_clear_free().Joel Sing
2019-08-11Use explicit_bzero() instead of OPENSSL_cleanse().Joel Sing
2019-08-11Use malloc(3) and free(3), rather than OPENSSL_{malloc,free}().Joel Sing
2019-08-11Convert CMSerr() to CMSerror().Joel Sing