openssl.git
2022-12-08 Richard LevitteBetter sorting of util/other.syms
2022-12-08 Richard LevitteFix treatment of BUILD_METADATA
2022-12-08 J.W. Jagersmadjgpp: Fix unused-but-set-variable warning
2022-12-08 J.W. JagersmaFix warnings with unsigned time_t
2022-12-08 J.W. JagersmaDefine threads_lib.c functions only for OPENSSL_SYS_UNIX
2022-12-08 J.W. JagersmaCast socklen_t to size_t in assert comparison
2022-12-08 J.W. JagersmaCast values to match printf format strings.
2022-12-06 Daniel FialaReplace "a RSA" with "an RSA"
2022-12-06 Tomas Mraztiming_load_creds: Add timersub macro for platforms...
2022-12-06 Tom CosgroveFix the code used to detect aarch64 capabilities when...
2022-12-05 Peiwei HuFix the check of BIO_set_write_buffer_size and BIO_set_...
2022-12-05 Peiwei HuFix the check of EVP_PKEY_decrypt_init
2022-12-05 Peiwei HuFix the checks in rsautl_main
2022-12-05 Matt CaswellDrop a spurious printf in evp_test.c
2022-12-05 Tomas MrazFix build on NonStop
2022-12-02 Reinhard Urbandoc: fix EVP_SignInit.pod
2022-12-02 Tomas MrazClarify the EVP_PKEY_decrypt manual page
2022-12-01 Tomas MrazPrepare for 3.1 beta 1
2022-12-01 Tomas MrazPrepare for release of 3.1 alpha 1 openssl-3.1.0-alpha1
2022-12-01 Tomas Mrazmake update
2022-12-01 Tomas MrazUpdate copyright year
2022-12-01 Tomas MrazNEWS.md: Update with changes from 3.0.7 and major items...
2022-11-30 Dr. David von... cmp_client_test.c: add tests for OSSL_CMP_CTX_get_status
2022-11-30 Rohan McLureRemove redundant assignment in felem_mul_ref in p521
2022-11-29 Paulidoc: fix location of AES-SIV ciphers
2022-11-29 Nicola TuveriUpdate pyca-cryptography submodule to 38.0.4
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-29 Tomas MrazFix occasional assertion failure when storing properties
2022-11-28 Tomas MrazDrop incorrect skipping of some evp_test testcases...
2022-11-25 Tomas MrazAdd test for EVP_PKEY_Q_keygen
2022-11-25 Marco AbbadiniFix typos in doc/man3/EVP_EncryptInit.pod
2022-11-25 Tomas MrazWhen using PEM_read_bio_PrivateKey_ex() the public...
2022-11-25 Dr. David von... add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-25 Dr. David von... add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() function
2022-11-25 Dr. David von... OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVs
2022-11-25 Dr. David von... CMP: fix gen_new() in cmp_msg.c checking wrong ITAVs
2022-11-25 JanFix typo in openssl-x509.pod.in
2022-11-24 Richard Levittetest/timing_load_creds.c: use OPENSSL_SYS_ macros
2022-11-24 Richard LevitteDisable test/timing_load_creds.c on VMS
2022-11-24 Jiaxun YangAdd SM2 support for EVP_PKEY_Q_keygen
2022-11-24 Dr. David von... CMP: fix handling of unset or missing failInfo PKI...
2022-11-24 Dr. David von... CMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-24 Everton ConstantinoAdd two new build targets to enable the possibility...
2022-11-23 Dr. David von... OSSL_trace_enabled.pod and OSSL_trace_set_channel.pod...
2022-11-23 Dr. David von... http_client.c: Dump response on error when tracing...
2022-11-23 Tobias Girstmairc_rehash: Fix file extension matching
2022-11-23 PauliCoverity 1515953: negative loop bound
2022-11-23 slontisImprove performance of the encoder collection
2022-11-23 zhangzhileioptimize ossl_sm4_set_key speed
2022-11-23 zhuchenAdd vpaes-loongarch64.pl module.
2022-11-23 zhuchenAdd LoongArch64 cpuid and OPENSSL_loongarchcap_P
2022-11-23 FdaSilvaYYnit: fix some pointer comparisons
2022-11-23 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-11-23 FdaSilvaYYFix various typos, repeated words, align some spelling...
2022-11-23 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-11-23 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-11-23 Thiago SuchorskiFixed some grammar and spelling
2022-11-23 Dr. David von... ERR: replace remnant ECerr() and EVPerr() calls in...
2022-11-23 Juergen Christapps/speed.c: Lock buffer in memory
2022-11-23 KanAdd config option for speed command
2022-11-23 Dr. David von... test/trace_api_test.c: fix gcc error on -Werror=strict...
2022-11-23 Daniel FialaAdd tests for trace_api.
2022-11-23 Tomas MrazFix AES-GCM on Power 8 CPUs
2022-11-23 David CarlierOSSL_CRYPTO_ALLOC attribute introduction proposal.
2022-11-23 Paul YangFix PROV_RC5_CTX's original structure name
2022-11-23 a1346054openssl.cnf: split option value and comment and remove...
2022-11-23 Todd ShortCleanup EBCDIC string defintions
2022-11-23 Matt CaswellAdd some API tests for TLSv1.3 record padding
2022-11-23 Matt CaswellAdd a test for read_ahead data crossing a key change
2022-11-23 Hongren (Zenithal... provider: cipher: aes: add riscv32 zkn (zbkb) support
2022-11-23 Hongren (Zenithal... aes_platform: add riscv32 zkn asm support
2022-11-23 Hongren (Zenithal... add build support for riscv32 aes zkn
2022-11-23 Hongren (Zenithal... Add RISC-V 32 cpuid support
2022-11-23 Hongren (Zenithal... Add linux32-riscv32/BSD-riscv32 target
2022-11-23 Hongren (Zenithal... Add AES implementation in riscv32 zkn asm
2022-11-23 Piotr KubajAdd BSD-armv4 target based on linux-armv4
2022-11-23 Daniel HuImprove chacha20 perfomance on aarch64 by interleaving...
2022-11-23 Matt CaswellDrop the optimisation level for ppc64le cross-compile
2022-11-23 Dr. Matthias... Add CODE-OF-CONDUCT.md
2022-11-23 Rohan McLureFix unrolled montgomery multiplication for POWER9
2022-11-23 Rohan McLureRevert "Revert "bn: Add fixed length (n=6), unrolled...
2022-11-23 Dr. David von... test/timing_load_creds.c: fix coding style and other...
2022-11-23 Dr. David von... Rename the "timing" program to "timing_load_creds"...
2022-11-23 Rich SalzAdd a stand-alone "timing" program
2022-11-23 Hongren (Zenithal... Add ROTATE inline RISC-V zbb/zbkb asm for DES
2022-11-23 Juergen ChristFix GHASH-ASM implementation on s390x
2022-11-23 Kurt RoeckxChange name of parameter in documentation from sigret...
2022-11-23 Tomas Mrazgcm_get_funcs(): Add missing fallback for ghash on...
2022-11-23 Tomas MrazFix regression from GCM mode refactoring
2022-11-23 Juergen Christs390x: Optimize kmac
2022-11-23 Juergen Christs390x: Fix GCM setup
2022-11-23 Todd ShortClean up GCM_MUL and remove GCM_FUNCREF_4BIT
2022-11-23 Todd ShortClean up use of GHASH macro
2022-11-23 Todd ShortUse separate function to get GCM functions
2022-11-23 Todd ShortRemove some unused 4bit GCM code
2022-11-23 Todd ShortRemove unused 1bit GCM implementation
2022-11-23 Todd ShortRemove unused 8bit GCM implementation
2022-11-23 marcfedorowEmit rev8 on __riscv_zbkb as on __riscv_zbb
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-23 slontisImprove FIPS RSA keygen performance.
next