Dont run the self-hosted workflows when not available
[openssl.git] / crypto /
2024-03-07 Neil HormanGate setting of ipi_spec_dst on not building for freebsd
2024-03-07 Dmitry BelyavskiyFix a memory leak on successful load of CRL
2024-03-06 Dr. David von Oheimbcrypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey...
2024-03-06 Dr. David von Oheimbapps/cmp: add -reqout_only option for dumping/saving...
2024-03-06 Dr. David von Oheimbcmperr.h: use free reason value 106 rather than 197...
2024-03-01 shridhar kalavaguntaFix off by one issue in buf2hexstr_sep()
2024-02-25 Job SnijdersAdd appropriate lower bound checks for GeneralizedTime...
2024-02-22 Tom CosgroveApply the AES-GCM unroll8 optimisation to Microsoft...
2024-02-22 响马chachap10-ppc.pl: Fix truncated relocation
2024-02-19 Shakti ShahOpenSSL License is applied for some source files, chang...
2024-02-16 Marcel GosmannFixed Visual Studio 2008 compiler errors
2024-02-16 Neil HormanCheck for NULL cleanup function before using it in...
2024-02-14 Dimitri PapadopoulosFix the grammar as suggsted in the review
2024-02-14 Dimitri PapadopoulosFix new typos found by codespell
2024-02-10 Hugo Landaumake update
2024-02-10 Hugo LandauQUIC: Add polling API
2024-02-09 Angel BaezRearrange terms in gf_mul to prevent segfault
2024-02-08 Hugo LandauFix error code collision
2024-02-08 Hugo LandauQUIC: Add new error codes for tuning API
2024-02-08 Liu-ErmengFix sm4-xts aarch64 assembly implementation bug
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-02-02 Randall S. BeckerAdd atexit configuration option to using atexit() in...
2024-02-01 Neil HormanAdd exemplar use case for rcu locks
2024-02-01 Neil HormanRCU lock implementation
2024-01-31 Tomas MrazRevert "Improved detection of engine-provided private...
2024-01-31 Richard LevitteFix error reporting in EVP_PKEY_{sign,verify,verify_rec...
2024-01-31 K1Optimize the implementation of ec_field_size()
2024-01-25 rilyshreplace strstr() with strchr() for single characters
2024-01-25 Richard LevitteHave OSSL_PARAM_allocate_from_text() fail on odd number...
2024-01-25 Matt CaswellAdd NULL checks where ContentInfo data can be NULL
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-23 Jakub WilkFix typos
2024-01-23 Hugo LandauQUIC APL: Implement optimised FIN API
2024-01-18 Paul Dreikprevent integer overflow in ossl_asn1_time_from_tm
2024-01-17 Tomas MrazFix reason value collision for CMP_R_UNEXPECTED_SENDER
2024-01-17 Neil HormanIntroduce hash thunking functions to do proper casting
2024-01-17 Dr. David von Oheimbcmp_vfy.c/check_msg_all_certs(): remove needless trace...
2024-01-17 Dr. David von Oheimbossl_cmp_msg_check_update(): improve diagnostics of...
2024-01-17 Dr. David von OheimbCMP app and doc: add -no_cache_extracerts option /...
2024-01-17 Lin RunzeFix performance regression of ChaCha20 on LoongArch64
2024-01-16 Samuel Thibaulthurd: Fix dgram_sendmmsg
2024-01-16 lan1120Check whether the pubkey exists in ossl_ecx_key_dup
2024-01-15 Matt CaswellMove discovery of the legacy alg type into the keymgmt
2024-01-15 David BenjaminAdd X509_STORE_get1_objects
2024-01-15 Gopal SharmaRemoved logically dead code from function i2r_issuer_si...
2024-01-15 Tomas MrazLimit the execution time of RSA public key check
2024-01-15 Drokov PavelFix arithmetic expression overflow
2024-01-15 barracuda156poly1305_ieee754.c: fix PowerPC macros
2024-01-15 Drokov PavelCheck ASN1_OBJECT_new result
2024-01-12 barracuda156aes_platform.h, gcm128.c: fix Darwin PowerPC macro...
2024-01-12 sharad3001ossl_rsa_fips186_4_gen_prob_primes(): Remove unused...
2024-01-12 Neil HormanFix NULL pointer deref when parsing the stable section
2024-01-12 Holger DenglerFix partial block encryption in cfb and ofb for s390x...
2024-01-11 Tomas MrazDisable build of HWAES on PPC Macs
2024-01-11 sashanevp_fetch.c: Check meth_id instead of name_id
2024-01-10 Bernd EdlingerFix a similar memory leak in SXNET_add_id_INTEGER
2024-01-10 Bernd EdlingerFix a possible memory leak in sxnet_v2i
2024-01-10 fangming.fangPreserve callee-saved registers in aarch64 AES-CTR...
2024-01-09 Neil HormanCheck appropriate OSSL_PARAM_get_* functions for NULL
2024-01-09 Rohan McLurepoly1305-ppc.pl: Fix vector register clobbering
2024-01-09 Neil HormanAugment RSA provider to generate CRT coefficients on...
2024-01-08 Tomas MrazAvoid memory leak if SXNET_add_id_INTEGER() fails
2024-01-05 Neil HormanValidate config options during x509 extension creation
2024-01-04 Tomas MrazMake OPENSSL_sk_push return only 0 or 1
2024-01-03 slontisAdd missing documentation for X509_ATTRIBUTE related...
2024-01-03 Tomas MrazAllow duplicate CMS attributes
2024-01-01 Neil Hormangate calling of evp_method_id on having a non-zero...
2023-12-29 slontisLimit RSA-OAEP related functions to RSA keys only
2023-12-29 slontisFix memleak in rsa_cms_decrypt
2023-12-29 Bernd EdlingerFix error handling in ASN1_mbstring_ncopy
2023-12-29 James Muirparams: drop INT_MAX checks
2023-12-29 Dimitri PapadopoulosFix new typos found by codespell
2023-12-27 Min Zhoumd5: add assembly implementation for loongarch64
2023-12-27 Neil HormanFix remaining provider config settings to be decisive...
2023-12-22 RoseOptimize circular buffer to avoid modulo
2023-12-21 Dr. David von Oheimbcrypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
2023-12-21 Rajeev Ranjancmp_server.c,apps/lib/cmp_mock_srv.c: move polling...
2023-12-21 Dr. David von Oheimbcrypto/cmp/,apps/lib/cmp_mock_srv.c: various improvemen...
2023-12-21 Rajeev Ranjancrypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delive...
2023-12-21 Neil HormanDetect and prevent recursive config parsing
2023-12-21 Neil HormanMake the activate setting more intuitive
2023-12-21 Hugo LandauERR: Add ERR_pop()
2023-12-19 Xi RuoyaoLoongArch64 assembly pack: Really implement OPENSSL_rdtsc
2023-12-19 Vikas VermaUpdate IPAddressOrRange_cmp function to handle switch...
2023-12-19 Xi RuoyaoLoongArch64 assembly pack: Fix ChaCha20 ABI breakage
2023-12-19 Kai PastorFix declspec align syntax
2023-12-19 Kai PastorFix comment syntax
2023-12-19 Dr. David von OheimbCMP lib and app: add optional certProfile request messa...
2023-12-13 Neil HormanHarden asn1 oid loader to invalid inputs
2023-12-13 fangming.fangEnable BTI feature for md5 on aarch64
2023-12-12 Max Bachmannremove duplicated typedef for u64
2023-12-12 James Muirossl-params: check length returned by strlen()
2023-12-12 Matt CaswellFix some invalid use of sscanf
2023-12-12 Matt CaswellAvoid an infinite loop in BN_GF2m_mod_inv
2023-12-12 Randall S. BeckerDeprecate SPT threading support on NonStop.
2023-12-12 Bernd EdlingerFix a possible memory leak in do_othername
2023-12-07 Neil HormanAdd overflow checks to parse_number/parse_hex/parse_oct
2023-12-06 Tomas Mrazossl_decoder_cache_flush(): Do not raise an error if...
2023-12-04 Richard LevitteAfter initializing a provider, check if its output...
next