summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2021-12-07The ypproto buffer (which supports + lines in master.passwd) was correctTheo de Raadt
2021-12-07lsearch(3): append key to array with memmove(3) instead of memcpy(3)Scott Soule Cheloha
2021-12-07sleep.3: miscellanous cleanup, rewritesScott Soule Cheloha
2021-12-06In the next major bump, some BN macros will become functions.Ingo Schwarze
2021-12-06gettimeofday.2: miscellaneous manpage cleanupScott Soule Cheloha
2021-12-06time.3: miscellaneous manpage cleanupScott Soule Cheloha
2021-12-05libpcap parser uses a memory tracker to only free all objects at the end.Theo de Raadt
2021-12-05elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobuJason McIntyre
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-04Clean up and refactor server side DHE key exchange.Joel Sing
2021-12-04Move the minimum DHE key size check into ssl_kex_peer_params_dhe()Joel Sing
2021-12-04Check DH public key in ssl_kex_peer_public_dhe().Joel 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