openssl.git
94 min ago Neil HormanRaise an error on syscall failure in tls_retry_write_re... master
94 min ago Neil HormanMake a failure in ktls_sendfile a syscall error
95 min ago Neil HormanFix coverity 1596617
95 min ago Neil HormanFix coverity-1596616
4 hours ago Takehiko YokotaAdd an Apple privacy info file for OpenSSL
9 hours ago Jiasheng Jiangssl/statem: Replace size_t with int and add the checks
9 hours ago Viktor DukhovniAvoid duplicate default CApath lookups
28 hours ago Dimitri John Ledkovhkdf: when HMAC key is all zeros, still set a valid...
31 hours ago hrtarsiaFix grammar in srp_verifier.txt
32 hours ago Merrecksha512.c: Grammar Fixes and Spell Checks in Implementat...
47 hours ago hrtarsiaFix grammar in certificates.txt
2 days ago Tomas MrazUpdate perl-actions/install-with-cpanm version in CI
2 days ago Damian Hobson-GarciaAdd Attribute Certificate suport comments to CHANGES...
2 days ago Damian Hobson-Garciax509_acert: Add more parsing and printing tests
2 days ago Damian Hobson-Garciax509_acert: Load attributes from config file section
2 days ago Damian Hobson-Garciafuzz: Add attribute certificate fuzz test
2 days ago Damian Hobson-Garciax509_acert: Add simple API tests
2 days ago Damian Hobson-GarciaAdd IETFAttrSyntax type support
2 days ago Damian Hobson-Garciax509_acert: Add and retrieve certificate extensions
2 days ago Damian Hobson-Garciax509_acert: Add API to sign and verify attribute certif...
2 days ago Damian Hobson-Garciax509_acert: Add, remove and get attribute certificate...
2 days ago Damian Hobson-GarciaAttribute certificate printing functions
2 days ago Damian Hobson-GarciaAttribute certificate getter and setter API
2 days ago Damian Hobson-GarciaAdd RFC 5755 attribute certificate support
2 days ago Randall S. BeckerRemove all references to FLOSS for NonStop Builds.
2 days ago Neil Hormanupdating fuzz-corpora submodule
2 days ago Neil Hormanadding a multithreaded hashtable test
2 days ago Neil HormanAdding hashtable fuzzer
2 days ago Neil HormanIntroduce new internal hashtable implementation
2 days ago Neil HormanAdd CRYPTO_atomic_store api
2 days ago Neil HormanFix list appending in win ossl_rcu_call
2 days ago Neil HormanMake thread sanitizer cope with rcu locks
2 days ago Neil HormanCoverity found the following issues:
2 days ago Neil HormanFix potential divide by zero error
3 days ago shridhar kalavaguntaInvoke tear_down when exiting test_encode_tls_sct(...
3 days ago Logan Upchurchcrypto/threads_pthread.c: Fix typos found by codespell
4 days ago Hubert KarioBe more explicit about RSAES-PKCS#1v1.5 error handling
4 days ago Tim PerryUse empty renegotiate extension instead of SCSV for...
4 days ago Neil HormanFix missing NULL check in prov_config_test
4 days ago Rajeev Ranjanfix sending error when no root CA cert update available
6 days ago slontisFix migration guide mappings for i2o/o2i_ECPublicKey
7 days ago Neil HormanMake rcu_thread_key context-aware
7 days ago Richard LevitteOSSL_STORE: Add reference docs for the built-in Windows...
7 days ago Enji Cooperopenssl fipsinstall: fix cosmetic wart
7 days ago Tomas MrazAdjust tests that were depending on X25519 and X448...
7 days ago Dimitri John LedkovExclude X25519 and X448 from capabilities advertised...
7 days ago Tomas MrazMake X25519 and X448 FIPS unapproved
8 days ago Neil HormanFix up path generation to use OPENSSL_MODULES
8 days ago Neil HormanUpdate modulepath test for provider config to skip...
8 days ago Neil HormanAdd test for OSSL_PROVIDER_load with module path set
8 days ago Neil Hormanset module path from template
8 days ago Hugo LandauQUIC TXP: Fix reserve calculations for PING frames
8 days ago Viktor DukhovniFix fragile explicit cert date tests.
8 days ago rlvkleinhenzUpdate provider-compatibility.yml
8 days ago DwiczzUpdated list formatting, added hyperlinks, modernized...
9 days ago Richard Levitte.ctags.d is previous, include it in our tarballs
9 days ago Jerry ShihUse scalar ALU and vector ALU together for chacha20...
9 days ago Yangyu Chenpoly1305.c: fix typo on POLY1305_BLOCK_SIZE
9 days ago Theo BuehlerUnable to run asm code on OpenBSD (amd64)
9 days ago Alexandr Nedvedickyextend x86_64-xlate.pl perlasm so it can handle .rodata...
9 days ago Tomas Mrazfuzz/decoder.c: Limit the EVP_PKEY_param_check on DHX...
9 days ago Viktor DukhovniDefine KU_ constants via corresponding X509v3_KU_
9 days ago trinity-1686aHandle empty param in EVP_PKEY_CTX_add1_hkdf_info
10 days ago Alexandr NedvedickyOpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP...
10 days ago Richard Levittedoc/fingerprints.txt: Add the future OpenSSL release key
10 days ago Richard Levittecrypto/threads_pthread.c: refactor all atomics fallback...
10 days ago Richard Levittecrypto/threads_pthread.c: Cleanup misaligned preprocess...
10 days ago Neil HormanRemove repetitive words
11 days ago afshinpirAdding missing NULL pointer check
11 days ago Tomas Mrazlist_provider_info(): Fix leak on error
2024-04-12 Neil HormanAugment README.md in top level to indicate Makefile...
2024-04-12 Neil Hormandisable http3 demo on windows
2024-04-12 Neil Hormanmake addr_len the right sign in sslecho
2024-04-12 Neil HormanReplace getline with fgets in sslecho demo
2024-04-12 Neil Hormandont include unistd.h on windows for sslecho
2024-04-12 Neil HormanDon't include unistd.h in sconnect for windows
2024-04-12 Neil HormanFix signal handling in saccept for windows
2024-04-12 Neil HormanFix warnings found by clang in CI
2024-04-12 Neil HormanEnable demos in select builds
2024-04-12 Neil Hormanfix all the warnings in our demos and make them enableable
2024-04-12 Neil HormanConvert demos to primary build system
2024-04-12 Tomas Mrazossl_provider_new(): Fix memory leak on error
2024-04-12 Tomas Mrazmake_addressPrefix(): Fix a memory leak in error case
2024-04-11 Neil HormanFix duplicate mutex allocation in threads_win.c
2024-04-11 Richard LevitteVMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXT...
2024-04-11 Oleg Bulatovcrypto/provider_core.c: Allocate activatecnt_lock
2024-04-10 Hugo LandauChange approach to SSL_pending API
2024-04-10 Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2024-04-10 Hugo LandauQUIC QSM: Add function to determine if data is waiting
2024-04-10 Dimitri John Ledkovtest: fix 20-test_dgst.t to use hexkey
2024-04-10 Tomas MrazDocument that private and pairwise checks are not bound...
2024-04-10 Tomas Mrazfuzz/decoder.c: Limit the key sizes on which checks...
2024-04-10 olszomalFix socket descriptor checks on Windows
2024-04-10 Dimitri PapadopoulosFix typos found by codespell
2024-04-10 Hubert Karioman EVP_PKEY_CTX_set_params: document params is a list
2024-04-10 Tom Cosgroveaarch64: fix BTI in bsaes assembly code
2024-04-10 Neil HormanEnsure proper memory barriers around ossl_rcu_deref...
2024-04-10 Tomas MrazDowngrade also the download-artifact action
2024-04-09 Jiasheng Jiangffc/ffc_params_generate.c: Add the check for the EVP_MD...
2024-04-09 Jiasheng Jiangts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_...
next