Age | Commit message (Expand) | Author |
2021-12-10 | document the following constants: | Ingo Schwarze |
2021-12-09 | document V_ASN1_SEQUENCE and V_ASN1_SET | Ingo Schwarze |
2021-12-09 | document V_ASN1_BOOLEAN | Ingo Schwarze |
2021-12-09 | improve the documentation of V_ASN1_APP_CHOOSE | Ingo Schwarze |
2021-12-09 | Mention V_ASN1_PRIMITIVE_TAG and V_ASN1_EOC. | Ingo Schwarze |
2021-12-09 | add the missing STANDARDS section | Ingo Schwarze |
2021-12-09 | Document V_ASN1_ANY. | Ingo Schwarze |
2021-12-09 | document V_ASN1_NEG | Ingo Schwarze |
2021-12-09 | document V_ASN1_OBJECT | Ingo Schwarze |
2021-12-09 | document V_ASN1_NULL | Ingo Schwarze |
2021-12-09 | fix a typo in an .Xr argument | Ingo Schwarze |
2021-12-09 | Inline collect_data() in asn1_collect(). | Joel Sing |
2021-12-09 | Pull the recursion depth check up to the top of asn1_collect() | Joel Sing |
2021-12-09 | Remove handling of a NULL BUF_MEM from asn1_collect() | Joel Sing |
2021-12-09 | Fix an issue that might possibly turn into a DOS depending on | Ingo Schwarze |
2021-12-09 | Add a section "NAMING CONVENTIONS". | Ingo Schwarze |
2021-12-08 | new manual page ASN1_bn_print(3) | Ingo Schwarze |
2021-12-08 | document BIO_indent(3); | Ingo Schwarze |
2021-12-08 | mark c2i_ASN1_OBJECT as intentionally undocumented; | Ingo Schwarze |
2021-12-08 | mark i2c_ASN1_BIT_STRING, c2i_ASN1_BIT_STRING, and c2i_ASN1_INTEGER | Ingo Schwarze |
2021-12-06 | In the next major bump, some BN macros will become functions. | Ingo Schwarze |
2021-12-05 | Simplify DH_check_params a bit. | Theo Buehler |
2021-12-05 | Add RCS markers | Theo Buehler |
2021-12-04 | List subdirectories as a simple list. Avoids a source of many merge | Theo Buehler |
2021-12-04 | Annotate the structs to be moved to bn_lcl.h in the next bump | Theo Buehler |
2021-12-04 | Use BN_is_negative(p) instead of p->neg in one place. | Theo Buehler |
2021-12-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-12-04 | Implement the BN_to_montgomery() macro as a function | Theo Buehler |
2021-12-04 | Implement the BN_is_negative macro as a function | Theo Buehler |
2021-12-04 | Provide function implementations for various BN_* macros | Theo Buehler |
2021-12-04 | Provide replacement functions for the BN_{get,set,with}_flags() macros. | Theo Buehler |
2021-12-04 | Provide replacement functions for the BN_GENCB_set{,_old}() macros | Theo Buehler |
2021-12-04 | Consolidate {d2i,i2d}_{pr,pu}.c | Joel Sing |
2021-12-03 | Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function. | Joel Sing |
2021-12-03 | Group and sort includes. | Joel Sing |
2021-12-03 | Call asn1_item_ex_d2i() directly from ASN1_item_d2i() | Joel Sing |
2021-12-03 | Convert ASN1_PCTX_new() to calloc(). | Joel Sing |
2021-12-03 | Use calloc() for X509_CRL_METHOD_new() instead of malloc(). | Joel Sing |
2021-12-03 | Rewrite ASN1_STRING_cmp(). | Joel Sing |
2021-12-03 | Convert ASN1_STRING_type_new() to calloc(). | Joel Sing |
2021-12-03 | Convert ASN1_OBJECT_new() to calloc(). | Joel Sing |
2021-12-03 | Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1 | Joel Sing |
2021-12-03 | Use calloc() in EVP_PKEY_meth_new() instead of malloc() and setting | Theo Buehler |
2021-12-03 | Fix EVP_PKEY_{asn1,meth}_copy once and for all | Theo Buehler |
2021-12-01 | Remove dead code. | Joel Sing |
2021-11-30 | Add missing const qualifiers in a number of BN_* manuals. | Theo Buehler |
2021-11-30 | last whitespace diff for now. | Theo Buehler |
2021-11-30 | KNF for BF_KEY | Theo Buehler |
2021-11-30 | Fix some annoying whitespace inconsistencies. | Theo Buehler |
2021-11-30 | Provide EVP_CTRL_AEAD_* defines. | Theo Buehler |