oweals/openssl.git
2020-06-26 pedro martellettodoc/man3: fix types taken by HMAC(), HMAC_Update() OpenSSL_1_1_1-stable
2020-06-23 Tristan BauerFix wrong return value check of mmap function
2020-06-21 Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-19 Matt CaswellMake it clear that you can't use all ciphers for CMAC
2020-06-19 Matt CaswellAdd a CMAC test
2020-06-19 Matt CaswellCorrectly handle the return value from EVP_Cipher(...
2020-06-19 Matt CaswellEnsure we never use a partially initialised CMAC_CTX
2020-06-17 Hubert Kariouse safe primes in ssl_get_auto_dh()
2020-06-16 olszomalCMS_get0_signers() description
2020-06-15 Richard LevitteEVP: allow empty strings to EVP_Decode* functions
2020-06-13 Sebastian Andrzej... doc: Random spellchecking
2020-06-11 Tomas MrazDo not allow dropping Extended Master Secret extension...
2020-06-10 Nicola TuveriTest genpkey app for EC keygen with various args
2020-06-10 Dr. David von... Silence gcc false positive warning on alpn_protos_len...
2020-06-10 Dr. David von... Silence gcc false positive warning on refdatalen in...
2020-06-09 Dr. David von... Fix err checking and mem leaks of BIO_set_conn_port...
2020-06-09 Dr. David von... Replace BUF_strdup() call by OPENSSL_strdup() adding...
2020-06-07 Nicola Tuveri[crypto/ec] Remove unreachable AVX2 code in NISTZ256...
2020-06-06 Benjamin KadukFix a typo in SSL_CTX_set_session_ticket_cb.pod
2020-06-04 Vladimir Kotalenable DECLARE_DEPRECATED macro for Oracle Developer...
2020-06-03 Bernd EdlingerFix a buffer overflow in drbg_ctr_generate
2020-06-02 Jack O'Connorfix a docs typo
2020-06-02 Bernd EdlingerPrevent extended tests run unexpectedly in appveyor
2020-06-01 Bernd EdlingerRevert the check for NaN in %f format
2020-06-01 Dr. David von... Make BIO_do_connect() and friends handle multiple IP...
2020-05-29 Bernd Edlingerbio printf: Avoid using rounding errors in range check
2020-05-28 Patrick SteuerEVP_EncryptInit.pod: fix example
2020-05-28 Patrick SteuerAES CTR-DRGB: performance improvement
2020-05-27 Bernd EdlingerAvoid undefined behavior with unaligned accesses
2020-05-25 Nicola TuveriMore testing for CLI usage of Ed25519 and Ed448 keys
2020-05-25 Nicola TuveriMore testing for sign/verify through `dgst`
2020-05-25 PauliCoverity 1463830: Resource leaks (RESOURCE_LEAK)
2020-05-25 Dr. David von... Fix B<..> vs. I<..> and add two remarks in OSSL_STORE_o...
2020-05-25 Dr. David von... Allow NULL arg to OSSL_STORE_close()
2020-05-25 mettacrawlerThere is no -signreq option in CA.pl
2020-05-22 Tomas MrazPrevent use after free of global_engine_lock
2020-05-22 Richard LevitteSTORE: Make try_decode_PrivateKey() ENGINE aware
2020-05-20 Richard LevitteFix d2i_PrivateKey() to work as documented
2020-05-20 Tomas Mrazt1_trce: Fix remaining places where the 24 bit shift...
2020-05-20 Tomas MrazAvoid potential overflow to the sign bit when shifting...
2020-05-20 Tomas MrazCast the unsigned char to unsigned int before shifting...
2020-05-20 Bernd EdlingerFix egd and devrandom source configs
2020-05-19 raja-ashokUpdate early data exchange scenarios in doc
2020-05-19 raja-ashokUpdate limitation of psk_client_cb and psk_server_cb...
2020-05-19 Bernd EdlingerFix some places where X509_up_ref is used
2020-05-18 Maxim ZakharovTTY_get() in crypto/ui/ui_openssl.c open_console()...
2020-05-15 raja-ashokTest TLSv1.3 out-of-band PSK with all 5 ciphersuites
2020-05-15 raja-ashokFix crash in early data send with out-of-band PSK using...
2020-05-15 Nicolas VigierIf SOURCE_DATE_EPOCH is defined, use it for copyright...
2020-05-15 Matt CaswellCorrect alignment calculation in ssl3_setup_write
2020-05-15 Orgad ShanehConfigure: Avoid SIXTY_FOUR_BIT for linux-mips64
2020-05-13 Bernd EdlingerFix rsa8192.pem
2020-05-12 Tomas MrazReplace misleading error message when loading PEM
2020-05-08 Maximilian... Fix PEM certificate loading that sometimes fails
2020-05-08 Bernd EdlingerRemove AES bitsliced S-box implementation from Boyar...
2020-05-07 Dr. Matthias... Fix use-after-free in BIO_C_SET_SSL callback
2020-05-05 Kurt RoeckxImprove SSL_shutdown documentation.
2020-05-04 niarand_unix.c: Ensure requests to KERN_ARND don't exceed...
2020-05-04 niarand_unix.c: Only enable hack for old FreeBSD versions...
2020-05-04 niarand_unix.c: Include correct headers for sysctl() on...
2020-04-28 Rajat Dipta... Update dgst.pod
2020-04-27 Benjamin Kaduksslapitest: only compile test when it will be used
2020-04-27 Richard Levittefuzz/asn1.c: Add missing #include
2020-04-27 Christian Hohnstaedti2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case...
2020-04-27 Arne SchwabeFix type cast in SSL_CTX_set1_groups macro
2020-04-24 Nicola TuveriFix typo from #10631
2020-04-24 Nicola Tuveri[BN] harden `BN_copy()` against leaks from memory accesses
2020-04-24 Nicola Tuveri[EC] harden EC_KEY against leaks from memory accesses
2020-04-24 Nicola Tuveri[EC] Constify internal EC_KEY pointer usage
2020-04-21 Dirk-Willem... Add setter equivalents to X509_REQ_get0_signature
2020-04-21 Matt CaswellPrepare for 1.1.1h-dev
2020-04-21 Matt CaswellPrepare for 1.1.1g release OpenSSL_1_1_1g
2020-04-21 Matt CaswellUpdate copyright year
2020-04-21 Benjamin KadukFix NULL dereference in SSL_check_chain() for TLS 1.3
2020-04-21 Benjamin KadukAdd test for CVE-2020-1967
2020-04-21 Matt CaswellUpdate CHANGES and NEWS for release of 1.1.1g
2020-04-18 Bernd EdlingerAdd a CHANGES entry for AES constant time
2020-04-18 Bernd EdlingerAdd AES consttime code for no-asm configurations
2020-04-17 Tomas Mrazs_time: Allow using -CAfile option as in other commands
2020-04-17 Richard LevitteINSTALL: document 'no-ui-console' rather than 'no-ui'
2020-04-17 KochiseWindows: Add type casting in CRYPTO_atomic_add to remov...
2020-04-14 scottBIO_do_accept: correct error return value
2020-04-12 Rich SalzDon't compile commands if disabled
2020-04-11 Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-09 Jim NewsomeUpdate RAND_METHOD definition in man page
2020-04-09 PauliFix AES-CTR_DRBG on 1.1.1.
2020-04-08 Patrick SteuerAES CTR-DRGB: do not leak timing information
2020-04-07 PauliInteger overflow in ASN1_STRING_set.
2020-04-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-07 Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-07 William BrawnerEnsure ECDSA_size always returns >= 0
2020-04-06 Tomas MrazAdd test cases for the non CA certificate with pathlen:0
2020-04-06 Tomas MrazSet X509_V_ERR_INVALID_EXTENSION error for invalid...
2020-04-06 Tomas MrazAllow certificates with Basic Constraints CA:false...
2020-04-03 Matt CaswellExpand the XTS documentation
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-04-01 Billy Brumley[test] Make sm2_internal_test less fragile to changes...
2020-03-31 Matt CaswellPrepare for 1.1.1g-dev
2020-03-31 Matt CaswellPrepare for 1.1.1f release OpenSSL_1_1_1f
2020-03-31 Matt CaswellUpdate copyright year
next