summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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-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-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
2021-12-06In the next major bump, some BN macros will become functions.Ingo Schwarze
2021-12-05Simplify DH_check_params a bit.Theo Buehler
2021-12-05Add RCS markersTheo Buehler
2021-12-04List subdirectories as a simple list. Avoids a source of many mergeTheo Buehler
2021-12-04Annotate the structs to be moved to bn_lcl.h in the next bumpTheo Buehler
2021-12-04Use BN_is_negative(p) instead of p->neg in one place.Theo Buehler
2021-12-04Add #include "bn_lcl.h" to the files that will soon need it.Theo Buehler
2021-12-04Implement the BN_to_montgomery() macro as a functionTheo Buehler
2021-12-04Implement the BN_is_negative macro as a functionTheo Buehler
2021-12-04Provide function implementations for various BN_* macrosTheo Buehler
2021-12-04Provide replacement functions for the BN_{get,set,with}_flags() macros.Theo Buehler
2021-12-04Provide replacement functions for the BN_GENCB_set{,_old}() macrosTheo Buehler
2021-12-04Consolidate {d2i,i2d}_{pr,pu}.cJoel Sing
2021-12-03Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function.Joel Sing
2021-12-03Group and sort includes.Joel Sing
2021-12-03Call asn1_item_ex_d2i() directly from ASN1_item_d2i()Joel Sing
2021-12-03Convert ASN1_PCTX_new() to calloc().Joel Sing
2021-12-03Use calloc() for X509_CRL_METHOD_new() instead of malloc().Joel Sing
2021-12-03Rewrite ASN1_STRING_cmp().Joel Sing
2021-12-03Convert ASN1_STRING_type_new() to calloc().Joel Sing
2021-12-03Convert ASN1_OBJECT_new() to calloc().Joel Sing
2021-12-03Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1Joel Sing
2021-12-03Use calloc() in EVP_PKEY_meth_new() instead of malloc() and settingTheo Buehler
2021-12-03Fix EVP_PKEY_{asn1,meth}_copy once and for allTheo Buehler
2021-12-01Remove dead code.Joel Sing
2021-11-30Add missing const qualifiers in a number of BN_* manuals.Theo Buehler
2021-11-30last whitespace diff for now.Theo Buehler
2021-11-30KNF for BF_KEYTheo Buehler
2021-11-30Fix some annoying whitespace inconsistencies.Theo Buehler
2021-11-30Provide EVP_CTRL_AEAD_* defines.Theo Buehler