OpenSSL::config: Fix trivial bugs
[openssl.git] / crypto /
2022-09-29 J.W. Jagersmadjgpp: Set TZ=UTC to convert UTC timestamp to time_t
2022-09-27 Tomas Mrazdgram_pair_read_inner(): Do not move buf pointer if...
2022-09-27 Tomas MrazA static const variable is implicitly zero initialized
2022-09-23 Graham WoodwardAllow PKCS12 export to set arbitrary bag attributes
2022-09-23 Tomas MrazMaximum return value of BIO_ctrl_(w)pending is SIZE_MAX
2022-09-23 Tomas MrazFix error return values from BIO_ctrl_(w)pending()
2022-09-23 Daniel FialaClear incorrectly reported errors in d2i_CMS_ContentInfo
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-23 Hugo LandauBIO_s_dgram_pair
2022-09-16 Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-09-16 Dr. David von Oheimbx509_vpm.c: add missing direct error reporting and...
2022-09-16 David von OheimbX509_STORE_CTX_set_default(): improve error handling...
2022-09-16 Daniel FialaAdd tests for trace_api.
2022-09-15 Tomáš MrázEVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS...
2022-09-15 K1Add support for PBE using hmacWithSM3
2022-09-14 Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-09-14 Hugo LandauFix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env
2022-09-13 Paulilibcrypto: remove reliance on struct timeval
2022-09-13 Paulitime: move OSSL_TIME to libcrypto
2022-09-10 Dr. David von Oheimbcrypto/x509/{x509_req,x_all}.c: add some NULL parameter...
2022-09-10 Gibeom GwonX509 x_all.c: Set 'modified' flag when ASN1_item_sign...
2022-09-10 Gibeom GwonX509 x509_req.c: Set 'modified' flag when X509_req_info...
2022-09-09 Gang Chencrypto/conf: gcc build warning fix
2022-09-09 Juergen Christs390x: fix ecx derive
2022-09-09 Todd ShortRemove perror() usage in library
2022-09-08 Hugo LandauFix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSD
2022-09-08 Tristan LelongFix undefined ipi_spec_dst for cygwin build.
2022-09-07 Tomas MrazFix build failure on freebsd due to missing data declar...
2022-09-05 Hongren (Zenithal... add build support for riscv32 aes zkn
2022-09-05 Hongren (Zenithal... Add RISC-V 32 cpuid support
2022-09-05 Hongren (Zenithal... Add AES implementation in riscv32 zkn asm
2022-09-02 Dr. David von OheimbPKCS7: add notes to pkcs7.h.in and minor code cleanup...
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-09-01 Dr. David von OheimbPKCS7_dataVerify(): fix missing use of CRLs in PKCS...
2022-09-01 Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-09-01 Daniel HuImprove chacha20 perfomance on aarch64 by interleaving...
2022-08-27 Dr. David von OheimbERR: Make CRYPTO_malloc() and friends report ERR_R_MALL...
2022-08-24 Dr. David von OheimbCMP: correct handling of fallback subject in OSSL_CMP_C...
2022-08-24 Dr. David von OheimbCMP: fix crash in check_transactionID_or_nonce() on...
2022-08-24 Dr. David von OheimbCRMF: make create_popo_signature() check that pubkey...
2022-08-24 Dr. David von Oheimbadd missing CRMF API function OSSL_CRMF_CERTTEMPLATE_ge...
2022-08-24 Dr. David von OheimbX509: clean up doc and implementation of X509{,_REQ...
2022-08-24 Dr. David von Oheimbx509_att.c: improve error checking and reporting and...
2022-08-24 Dr. David von OheimbX509_REQ_get_extensions: add error queue entry on ill...
2022-08-23 PauliCoverity 1508532: out of bounds access
2022-08-23 Dr. David von OheimbOSSL_HTTP_REQ_CTX_nbio: add support for partial content...
2022-08-23 Dr. David von OheimbMakefile: Generate crypto objects only as far as needed
2022-08-23 Ryan KelleyMoving notify check after the no time check
2022-08-22 Tianjia Zhangevp: Use functions instead of direct structure field...
2022-08-22 Tianjia Zhangevp: Simplify ARIA aead cipher definition
2022-08-19 Hugo LandauBIO_sendmmsg/BIO_recvmmsg (API only)
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-18 Lutz JaenickeX509: Add "code sign" as purpose for verification of...
2022-08-18 Lutz Jaenickecrypto/x509/x509_vpm.c: update format of X509_VERIFY_PA...
2022-08-18 Dr. David von OheimbFix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRI...
2022-08-17 valdaarhunFix memory leak in BN_rand_range()
2022-08-17 Rohan McLureFix unrolled montgomery multiplication for POWER9
2022-08-17 Rohan McLureRevert "Revert "bn: Add fixed length (n=6), unrolled...
2022-08-17 Matt CaswellCRYPTO_mem_debug_push() and CRYPTO_mem_debug_pop()...
2022-08-15 Hongren (Zenithal... Add ROTATE inline RISC-V zbb/zbkb asm for DES
2022-08-12 Juergen ChristFix asan finding in bio_addr
2022-08-12 Daiyuu NoboriVC++ 2008 or earlier x86 compilers do not have an inlin...
2022-08-10 Pauliproperty: make cache flushing slight less deterministic
2022-08-09 Juergen ChristFix GHASH-ASM implementation on s390x
2022-08-04 Roberto Hueso GomezFix EC_KEY_set_private_key() priv_key regression
2022-08-03 PauliFix bug in EVP_CIPHER_CTX_get_iv_length()
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-29 valdaarhunFixes segfault occurrence in PEM_write()
2022-07-29 Tomas MrazFix regression from GCM mode refactoring
2022-07-28 Alon Bar-LevHandle SMIME_crlf_copy return code
2022-07-28 Alon Bar-LevREGRESSION: CMS_final: do not ignore CMS_dataFinal...
2022-07-28 Matt CaswellGive BIO_s_mem() the ability to support datagrams
2022-07-26 Dr. David von Oheimbx509_lu.c and x509_vfy.c: improve coding style, comment...
2022-07-26 Charles MiletteFix UWP builds by defining VirtualLock
2022-07-26 Juergen Christs390x: Fix GCM setup
2022-07-22 PauliCoverity 1507376: Dereference after null check
2022-07-22 Todd ShortClean up GCM_MUL and remove GCM_FUNCREF_4BIT
2022-07-22 Todd ShortClean up use of GHASH macro
2022-07-22 Todd ShortUse separate function to get GCM functions
2022-07-22 Todd ShortRemove some unused 4bit GCM code
2022-07-22 Todd ShortRemove unused 1bit GCM implementation
2022-07-22 Todd ShortRemove unused 8bit GCM implementation
2022-07-22 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-07-20 PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-19 Tom CosgroveFix aarch64 signed bit shift issue found by UBSAN
2022-07-19 Dr. David von Oheimbcrypto/x509/v3_addr.c: fix style nits reported by check...
2022-07-19 Dr. David von Oheimblibcrypto and test: rename asn1_string_to_time_t to...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: make more use of ASN1_STRING_set0()
2022-07-19 Dr. David von OheimbAdd X509_PUBKEY_set0_public_key(), extracted from X509_...
2022-07-18 Roberto Hueso GomezFix memleak in PKCS12_pbe_crypt_ex()
2022-07-18 Tomas Mrazossl_ffc_params_copy: Copy the keylength too
2022-07-18 Tomas MrazUse as small dh key size as possible to support the...
next