summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-19Add a CMAC testMatt Caswell
2020-06-19Correctly handle the return value from EVP_Cipher() in the CMAC codeMatt Caswell
2020-06-19Ensure we never use a partially initialised CMAC_CTXMatt Caswell
2020-06-17use safe primes in ssl_get_auto_dh()Hubert Kario
2020-06-16CMS_get0_signers() descriptionolszomal
2020-06-16EVP: allow empty strings to EVP_Decode* functionsRichard Levitte
2020-06-13doc: Random spellcheckingSebastian Andrzej Siewior
2020-06-11Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz
2020-06-10Test genpkey app for EC keygen with various argsNicola Tuveri
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb
2020-06-10Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb
2020-06-09Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb
2020-06-09Replace BUF_strdup() call by OPENSSL_strdup() adding failure check in bss_acpt.cDr. David von Oheimb
2020-06-07[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri
2020-06-05Fix a typo in SSL_CTX_set_session_ticket_cb.podBenjamin Kaduk
2020-06-04enable DECLARE_DEPRECATED macro for Oracle Developer Studio compilerVladimir Kotal
2020-06-03Fix a buffer overflow in drbg_ctr_generateBernd Edlinger
2020-06-02fix a docs typoJack O'Connor
2020-06-02Prevent extended tests run unexpectedly in appveyorBernd Edlinger
2020-06-01Revert the check for NaN in %f formatBernd Edlinger
2020-06-01Make BIO_do_connect() and friends handle multiple IP addressesDr. David von Oheimb
2020-05-29bio printf: Avoid using rounding errors in range checkBernd Edlinger
2020-05-28EVP_EncryptInit.pod: fix examplePatrick Steuer
2020-05-28AES CTR-DRGB: performance improvementPatrick Steuer
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
2020-05-26More testing for CLI usage of Ed25519 and Ed448 keysNicola Tuveri
2020-05-26More testing for sign/verify through `dgst`Nicola Tuveri
2020-05-26Coverity 1463830: Resource leaks (RESOURCE_LEAK)Pauli
2020-05-25Fix B<..> vs. I<..> and add two remarks in OSSL_STORE_open.podDr. David von Oheimb
2020-05-25Allow NULL arg to OSSL_STORE_close()Dr. David von Oheimb
2020-05-25There is no -signreq option in CA.plmettacrawler
2020-05-22Prevent use after free of global_engine_lockTomas Mraz
2020-05-22STORE: Make try_decode_PrivateKey() ENGINE awareRichard Levitte
2020-05-20Fix d2i_PrivateKey() to work as documentedRichard Levitte
2020-05-20t1_trce: Fix remaining places where the 24 bit shift overflow happensTomas Mraz
2020-05-20Avoid potential overflow to the sign bit when shifting left 24 placesTomas Mraz
2020-05-20Cast the unsigned char to unsigned int before shifting leftTomas Mraz
2020-05-20Fix egd and devrandom source configsBernd Edlinger
2020-05-19Update early data exchange scenarios in docraja-ashok
2020-05-19Update limitation of psk_client_cb and psk_server_cb in usage with TLSv1.3raja-ashok
2020-05-19Fix some places where X509_up_ref is usedBernd Edlinger
2020-05-18TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov
2020-05-15Test TLSv1.3 out-of-band PSK with all 5 ciphersuitesraja-ashok
2020-05-15Fix crash in early data send with out-of-band PSK using AES CCMraja-ashok
2020-05-15If SOURCE_DATE_EPOCH is defined, use it for copyright yearNicolas Vigier
2020-05-15Correct alignment calculation in ssl3_setup_writeMatt Caswell
2020-05-15Configure: Avoid SIXTY_FOUR_BIT for linux-mips64Orgad Shaneh
2020-05-13Fix rsa8192.pemBernd Edlinger
2020-05-12Replace misleading error message when loading PEMTomas Mraz
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk