summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-12-13new manual page PEM_write_bio_ASN1_stream(3);Ingo Schwarze
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-12-13Remove the last internal use of d2i_ASN1_BOOLEAN.Theo Buehler
2021-12-13Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().Joel Sing
2021-12-13this file doesn't use anything from <stdio.h>;Ingo Schwarze
2021-12-13Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB.Joel Sing
2021-12-13new manual page SMIME_write_ASN1(3);Ingo Schwarze
2021-12-13Catch integer overflow rather than silently truncating whileIngo Schwarze
2021-12-13new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_copy(3)Ingo Schwarze
2021-12-12Annotate the structs that will be moved to hmac_local.h and evp_locl.hTheo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-12-12Add a mostly empty hmac_local.h. HMAC_CTX and a few other thingsTheo Buehler
2021-12-12Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit.Theo Buehler
2021-12-12Add header guards to evp_locl.h.Theo Buehler
2021-12-12document the ub_* constantsIngo Schwarze
2021-12-12typoIngo Schwarze
2021-12-12New manual page providing a rudimentary description of BIO_new_NDEF(3).Ingo Schwarze
2021-12-12Rewrite X509_ALGOR_set_md() without reaching into EVP_MD.Theo Buehler
2021-12-11Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3)Ingo Schwarze
2021-12-11Merge the deletion of <ctype.h>, which isn't used here,Ingo Schwarze
2021-12-11document STABLE_NO_MASK and STABLE_FLAGS_MALLOC,Ingo Schwarze
2021-12-11two more "the the" fixes;Jason McIntyre
2021-12-11doubled word; from Leon FischerTheo Buehler
2021-12-11Stop passing __FILE__ and __LINE__ to various libcrypto functions. The argumentsAnton Lindqvist
2021-12-10explain how X509_NAME_ENTRY_set_data(3) uses MBSTRING_FLAGIngo Schwarze
2021-12-10document the following constants:Ingo Schwarze
2021-12-09document V_ASN1_SEQUENCE and V_ASN1_SETIngo Schwarze
2021-12-09document V_ASN1_BOOLEANIngo Schwarze
2021-12-09improve the documentation of V_ASN1_APP_CHOOSEIngo Schwarze
2021-12-09Mention V_ASN1_PRIMITIVE_TAG and V_ASN1_EOC.Ingo Schwarze
2021-12-09add the missing STANDARDS sectionIngo Schwarze
2021-12-09Document V_ASN1_ANY.Ingo Schwarze
2021-12-09document V_ASN1_NEGIngo Schwarze
2021-12-09document V_ASN1_OBJECTIngo Schwarze
2021-12-09document V_ASN1_NULLIngo Schwarze
2021-12-09fix a typo in an .Xr argumentIngo Schwarze
2021-12-09Convert t1_enc.c to opaque EVP_MD_CTX.Theo Buehler
2021-12-09Convert ssl_srvr.c to opaque EVP_MD_CTX.Theo Buehler
2021-12-09Convert ssl_clnt.c to opaque EVP_MD_CTXTheo Buehler
2021-12-09Convert s3_cbc.c to opaque EVP_MD_CTX.Theo Buehler
2021-12-09Inline collect_data() in asn1_collect().Joel Sing
2021-12-09Pull the recursion depth check up to the top of asn1_collect()Joel Sing
2021-12-09Remove handling of a NULL BUF_MEM from asn1_collect()Joel Sing
2021-12-09Fix an issue that might possibly turn into a DOS depending onIngo Schwarze
2021-12-09Add a section "NAMING CONVENTIONS".Ingo Schwarze
2021-12-08lsearch(3): reimplement using lfind(3)Scott Soule Cheloha
2021-12-08new manual page ASN1_bn_print(3)Ingo Schwarze
2021-12-08document BIO_indent(3);Ingo Schwarze
2021-12-08mark c2i_ASN1_OBJECT as intentionally undocumented;Ingo Schwarze
2021-12-08mark i2c_ASN1_BIT_STRING, c2i_ASN1_BIT_STRING, and c2i_ASN1_INTEGERIngo Schwarze