Age | Commit message (Expand) | Author |
2021-12-05 | libpcap parser uses a memory tracker to only free all objects at the end. | Theo de Raadt |
2021-12-05 | elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobu | Jason McIntyre |
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-04 | Clean up and refactor server side DHE key exchange. | Joel Sing |
2021-12-04 | Move the minimum DHE key size check into ssl_kex_peer_params_dhe() | Joel Sing |
2021-12-04 | Check DH public key in ssl_kex_peer_public_dhe(). | 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-02 | bsearch(3): support arrays with more than INT_MAX elements | Scott Soule Cheloha |
2021-12-01 | sys/core.h is not needed by these files, therefore sys/param.h isn't | Theo de Raadt |
2021-12-01 | we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unix | Theo de Raadt |
2021-12-01 | Reduce use of sys/param.h, or annotate the reason why it is needed | Theo de Raadt |
2021-12-01 | Use system _ALIGN to reduce the reasons why this uses sys/param.h | Theo de Raadt |
2021-12-01 | Remove dead code. | Joel Sing |
2021-12-01 | Build libfido2 after all other libraries, as it links against one of | Patrick Wildt |
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 |
2021-11-30 | Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe() | Theo Buehler |
2021-11-30 | s/ECDHE/ECDH/ | Joel Sing |
2021-11-29 | Crank the number of rounds of Miller-Rabin from 50 to 64 | Theo Buehler |
2021-11-29 | Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1. | Theo Buehler |
2021-11-29 | Increase number of iterations in Miller-Rabin checks for DH. | Theo Buehler |
2021-11-29 | Synchronize DH_check() mostly with OpenSSL 1.1.1 with some | Theo Buehler |
2021-11-29 | Provide a version of DH_check_params() for internal use. | Theo Buehler |
2021-11-29 | Provide a number of flags for DH_check and DH_check_pubkey | Theo Buehler |
2021-11-29 | First pass of converting ssl_kex.c to opaque DH. | Theo Buehler |
2021-11-29 | Hide BIO_s_file_internal() from internal view. | Theo Buehler |