Age | Commit message (Expand) | Author |
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 |
2021-11-29 | Stop using BIO_s_file_inernal() in libssl. | Theo Buehler |
2021-11-29 | Convert server serialisation of DHE parameters/public key to new functions. | Joel Sing |
2021-11-29 | Factor out/rewrite DHE key exchange. | Joel Sing |
2021-11-29 | A few sys/param.h annotations lacked ALIGNBYTES | Theo de Raadt |
2021-11-29 | Niels agreed to remove the advertising clause; switching these | Damien Miller |
2021-11-28 | document ASN1_tag2bit(3) | Ingo Schwarze |
2021-11-28 | Document ASN1_object_size(3). | Ingo Schwarze |
2021-11-28 | mark ASN1_check_infinite_end() and ASN1_const_check_infinite_end() | Ingo Schwarze |
2021-11-27 | new manual page BIO_f_asn1(3) | Ingo Schwarze |
2021-11-27 | Make brk() and sbrk() weak again to fix build with clang 13. | Visa Hankala |
2021-11-27 | Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglected | Ingo Schwarze |