openssl.git
27 hours ago Neil HormanRaise an error on syscall failure in tls_retry_write_re... master
27 hours ago Neil HormanMake a failure in ktls_sendfile a syscall error
27 hours ago Neil HormanFix coverity 1596617
27 hours ago Neil HormanFix coverity-1596616
30 hours ago Takehiko YokotaAdd an Apple privacy info file for OpenSSL
34 hours ago Jiasheng Jiangssl/statem: Replace size_t with int and add the checks
35 hours ago Viktor DukhovniAvoid duplicate default CApath lookups
2 days ago Dimitri John Ledkovhkdf: when HMAC key is all zeros, still set a valid...
2 days ago hrtarsiaFix grammar in srp_verifier.txt
2 days ago Merrecksha512.c: Grammar Fixes and Spell Checks in Implementat...
3 days ago hrtarsiaFix grammar in certificates.txt
3 days ago Tomas MrazUpdate perl-actions/install-with-cpanm version in CI
3 days ago Damian Hobson-GarciaAdd Attribute Certificate suport comments to CHANGES...
3 days ago Damian Hobson-Garciax509_acert: Add more parsing and printing tests
3 days ago Damian Hobson-Garciax509_acert: Load attributes from config file section
3 days ago Damian Hobson-Garciafuzz: Add attribute certificate fuzz test
3 days ago Damian Hobson-Garciax509_acert: Add simple API tests
3 days ago Damian Hobson-GarciaAdd IETFAttrSyntax type support
3 days ago Damian Hobson-Garciax509_acert: Add and retrieve certificate extensions
3 days ago Damian Hobson-Garciax509_acert: Add API to sign and verify attribute certif...
3 days ago Damian Hobson-Garciax509_acert: Add, remove and get attribute certificate...
3 days ago Damian Hobson-GarciaAttribute certificate printing functions
3 days ago Damian Hobson-GarciaAttribute certificate getter and setter API
3 days ago Damian Hobson-GarciaAdd RFC 5755 attribute certificate support
3 days ago Randall S. BeckerRemove all references to FLOSS for NonStop Builds.
3 days ago Neil Hormanupdating fuzz-corpora submodule
3 days ago Neil Hormanadding a multithreaded hashtable test
3 days ago Neil HormanAdding hashtable fuzzer
3 days ago Neil HormanIntroduce new internal hashtable implementation
3 days ago Neil HormanAdd CRYPTO_atomic_store api
3 days ago Neil HormanFix list appending in win ossl_rcu_call
3 days ago Neil HormanMake thread sanitizer cope with rcu locks
3 days ago Neil HormanCoverity found the following issues:
3 days ago Neil HormanFix potential divide by zero error
4 days ago shridhar kalavaguntaInvoke tear_down when exiting test_encode_tls_sct(...
4 days ago Logan Upchurchcrypto/threads_pthread.c: Fix typos found by codespell
5 days ago Hubert KarioBe more explicit about RSAES-PKCS#1v1.5 error handling
5 days ago Tim PerryUse empty renegotiate extension instead of SCSV for...
5 days ago Neil HormanFix missing NULL check in prov_config_test
5 days ago Rajeev Ranjanfix sending error when no root CA cert update available
8 days ago slontisFix migration guide mappings for i2o/o2i_ECPublicKey
8 days ago Neil HormanMake rcu_thread_key context-aware
8 days ago Richard LevitteOSSL_STORE: Add reference docs for the built-in Windows...
8 days ago Enji Cooperopenssl fipsinstall: fix cosmetic wart
8 days ago Tomas MrazAdjust tests that were depending on X25519 and X448...
8 days ago Dimitri John LedkovExclude X25519 and X448 from capabilities advertised...
8 days ago Tomas MrazMake X25519 and X448 FIPS unapproved
9 days ago Neil HormanFix up path generation to use OPENSSL_MODULES
9 days ago Neil HormanUpdate modulepath test for provider config to skip...
9 days ago Neil HormanAdd test for OSSL_PROVIDER_load with module path set
9 days ago Neil Hormanset module path from template
9 days ago Hugo LandauQUIC TXP: Fix reserve calculations for PING frames
9 days ago Viktor DukhovniFix fragile explicit cert date tests.
9 days ago rlvkleinhenzUpdate provider-compatibility.yml
9 days ago DwiczzUpdated list formatting, added hyperlinks, modernized...
10 days ago Richard Levitte.ctags.d is previous, include it in our tarballs
10 days ago Jerry ShihUse scalar ALU and vector ALU together for chacha20...
10 days ago Yangyu Chenpoly1305.c: fix typo on POLY1305_BLOCK_SIZE
10 days ago Theo BuehlerUnable to run asm code on OpenBSD (amd64)
10 days ago Alexandr Nedvedickyextend x86_64-xlate.pl perlasm so it can handle .rodata...
10 days ago Tomas Mrazfuzz/decoder.c: Limit the EVP_PKEY_param_check on DHX...
10 days ago Viktor DukhovniDefine KU_ constants via corresponding X509v3_KU_
10 days ago trinity-1686aHandle empty param in EVP_PKEY_CTX_add1_hkdf_info
11 days ago Alexandr NedvedickyOpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP...
11 days ago Richard Levittedoc/fingerprints.txt: Add the future OpenSSL release key
11 days ago Richard Levittecrypto/threads_pthread.c: refactor all atomics fallback...
11 days ago Richard Levittecrypto/threads_pthread.c: Cleanup misaligned preprocess...
11 days ago Neil HormanRemove repetitive words
12 days ago afshinpirAdding missing NULL pointer check
12 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