]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec
Increment sleep time in quic_tserver_test less
[thirdparty/openssl.git] / crypto / ec /
3 days ago  Eugene Syromiatnikovcrypto/ec: use array memory (re)allocation routines
3 days ago  Eugene Syromiatnikovcrypto/ec/ecp_nistp256.c: use OPENSSL_zalloc instead...
2025-07-02  Tomas Mrazlibapps + libcrypto: Silence warnings on Win64 builds
2025-05-19  ztp6893Workaround for issue with assembler on OS X 10.4
2025-04-25  A. WilcoxFix P-384 curve on lower-than-P9 PPC64 targets
2025-03-31  slontisFix c++ comment in ec code.
2025-03-28  Viktor DukhovniFix goto label indents to match style
2025-03-26  Neil HormanUpdate dead links and e-mails our sources
2025-03-14  Danny TsenFix Minerva timing side-channel signal for P-384 curve...
2025-03-12  openssl-machineCopyright year updates
2025-02-19  Neil HormanFix memory leak in ecdsa_keygen_knownanswer_test
2025-01-20  Tomas MrazFix timing side-channel in ECDSA signature computation
2025-01-14  Theo BuehlerMake it able to run asm code on OpenBSD (arm64)
2024-12-10  Neil HormanFix potential use-after-free in REF_PRINT_COUNT
2024-12-03  Joachim Vandersmissenfips: zeroization of ECX public keys
2024-11-28  Pauliec: change FIPS zeroization to use the OPENSSL_PEDANTIC...
2024-09-26  Зишан МирзаRemove double engine reference in ossl_ec_key_dup()
2024-09-26  Shawn CFix NULL ptr dereference on EC_POINT *point
2024-09-09  Matt CaswellComplain about a missing digest when doing deterministi...
2024-09-05  Tomas MrazCopyright year updates
2024-08-23  slontisFIPS: Add EDDSA public key validation.
2024-08-07  FdaSilvaYYcrypto: factorize to hex chars conversion code.
2024-07-22  Dimitri Papadopoulosthat open brace { should be on the previous line
2024-07-22  Dimitri PapadopoulosRemove trailing whitespace
2024-07-16  Tomas MrazOptimization of ossl_ec_key_public_check()
2024-07-01  JohnnySavagesCheck EC_GROUP_get0_order result before dereference
2024-06-05  Watson LaddAllow group methods to customize initialization for...
2024-05-13  Dimitri John Ledkovfips: zeroization of public security parameters (PSPs)
2024-05-02  Tomas MrazRename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce...
2024-05-02  Tomas MrazAdd ossl_bn_priv_rand_range_fixed_top() and use it...
2024-04-17  Theo BuehlerUnable to run asm code on OpenBSD (amd64)
2024-04-09  Richard LevitteCopyright year updates
2024-04-02  Bernd EdlingerRemove handling of NULL sig param in ossl_ecdsa_determi...
2024-04-02  Bernd EdlingerFix handling of NULL sig parameter in ECDSA_sign and...
2024-02-19  Shakti ShahOpenSSL License is applied for some source files, chang...
2024-02-09  Angel BaezRearrange terms in gf_mul to prevent segfault
2024-02-06  Xu YizhouFix SM2 test failures on Apple Silicon
2024-02-02  Richard LevitteFix a few incorrect paths in some build.info files
2024-01-16  lan1120Check whether the pubkey exists in ossl_ecx_key_dup
2023-12-19  Kai PastorFix declspec align syntax
2023-12-19  Kai PastorFix comment syntax
2023-11-01  Christian SchmidtCorrect comment in crypto/ec/curve448/ed448.h
2023-09-28  Matt CaswellCopyright year updates
2023-09-11  Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11  Dimitri PapadopoulosRemove repeated words
2023-09-07  Matt CaswellCopyright year updates
2023-09-03  Tom CosgroveMove ALIGN32 and ALIGN64 into common.h, and fix for...
2023-09-01  Matt CaswellRemove a redundant point mul from ossl_ec_key_public_ch...
2023-09-01  Rohan McLurepowerpc: ecc: Fix stack allocation secp384r1 asm
2023-09-01  Rohan McLureecc: Remove extraneous parentheses in secp384r1
2023-08-31  Tomas Mrazecp_sm2p256-armv8.pl: Copy the argument handling from...
2023-08-24  Xu YizhouOptimize SM2 on aarch64
2023-08-04  Rohan McLureec: powerpc64le: Add asm implementation of felem_{squar...
2023-08-04  Rohan McLureec: 56-bit Limb Solinas' Strategy for secp384r1
2023-08-04  Rohan McLureec: Use static linkage on nistp521 felem_{square,mul...
2023-07-13  Pankul94Changes to resolve symbol conflict due to gf_mul
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-01  Pauliecx: update to structure based atomics
2023-07-01  Pauliec: update to structure based atomics
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-14  Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-05-11  Jonas Lindstrømecp_nistp256.c: Fix exponent in comment
2023-04-12  Yuan, ShuaiFixes #19580 ECX keygen
2023-03-31  slontisFix mem leak in ECDSA_sign().
2023-02-28  slontisFix potential infinite loops in ECDSA signing.
2023-02-28  Robin Leeec: Use .machine "any" explicitly in ecp_nistp521-ppc64
2023-02-08  Oliver MihatschNew function EC_GROUP_to_params to convert an EC_GROUP...
2023-01-13  James MuirSupport all five EdDSA instances from RFC 8032
2022-11-30  slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-30  Rohan McLureRemove redundant assignment in felem_mul_ref in p521
2022-11-29  Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-28  Rohan McLureFix accumulated index comments in felem_inv for p521
2022-11-23  FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-01  Paulidsa/ec: update pairwise tests to account for 140-3...
2022-10-12  FdaSilvaYYnit: fix some pointer comparisons
2022-10-12  FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-11  Tomas Mrazeckey_priv_encode(): Call ASN1_STRING_free() only on...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-30  Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-23  slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-09  Juergen Christs390x: fix ecx derive
2022-08-04  Roberto Hueso GomezFix EC_KEY_set_private_key() priv_key regression
2022-07-19  Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-14  Juergen ChristFix EC ASM flag passing
2022-06-25  Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-23  Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-06-16  KanAdd sensitive memory clean in priv encode
2022-06-02  Zhou QingyangFix possible null pointer dereference of evp_pkey_get_l...
2022-05-24  Bernd EdlingerFix undefined behaviour in EC_GROUP_new_from_ecparameters
2022-05-24  Bernd EdlingerFix a memory leak in ec_key_simple_oct2priv
2022-05-24  Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-14  Tomas MrazAdd error code for unsupported explicit parameters
2022-04-14  Tomas MrazImport only named params into FIPS module
2022-04-03  PauliFix Coverity 1498612 & 1503221: integer overflow
2022-03-25  PauliFix Coverity 1498612: integer overflow
2022-03-20  PauliFix coverity 1498607: uninitialised value
2022-02-14  Tomas MrazApply the correct Apache v2 license
2022-02-05  Richard LevitteMove e_os.h to include/internal
next