openssl.git
2017-01-25 Matt CaswellRemove assert from is_partially_overlapping()
2017-01-25 Matt CaswellAdjust in and in_len instead of donelen
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellUpdate evp_test to make sure passing partial block...
2017-01-25 Matt CaswellProperly handle a partial block in OCB mode
2017-01-25 Matt CaswellDon't use magic numbers in aes_ocb_cipher()
2017-01-24 Richard Levittes_client: Better response success check for CONNECT
2017-01-24 Andy PolyakovReplace div-spoiler hack with simpler code, GH#1027...
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-24 Bernd EdlingerFix error handling in compute_key, BN_CTX_get can retur...
2017-01-24 Benjamin KadukDo not overallocate for tmp.ciphers_raw
2017-01-24 Matt CaswellFix SSL_get0_raw_cipherlist()
2017-01-24 Kazuki YamaguchiAdd missing flags for EVP_chacha20()
2017-01-24 Bernd EdlingerFix a ssl session leak due to OOM in lh_SSL_SESSION_insert
2017-01-24 ganeshRAND_egd_bytes: No need to check RAND_status on connect...
2017-01-24 ganeshFixed the return code for RAND_egd_bytes.
2017-01-24 ganeshFixed the return code of RAND_query_egd_bytes when...
2017-01-23 FdaSilvaYYFix use before assignment
2017-01-23 Matt CaswellExtend the test_ssl_new renegotiation tests to include...
2017-01-23 Matt CaswellStop server from expecting Certificate message when...
2017-01-23 Matt CaswellStop client from sending Certificate message when not...
2017-01-23 Matt CaswellFix SSL_VERIFY_CLIENT_ONCE
2017-01-23 Matt CaswellAdd a test to check messsages sent are the ones we...
2017-01-23 Matt CaswellSupport renegotiation in TLSProxy
2017-01-23 Matt CaswellFix a bug in TLSProxy where zero length messages were...
2017-01-23 Bernd Edlingerfix a memory leak in ssl3_generate_key_block fix the...
2017-01-23 Bernd EdlingerCheck the exit code from the server process
2017-01-20 Richard LevitteFix DSA parameter generation control error
2017-01-19 Markus Triskacorrect 3 mistakes
2017-01-18 Rich SalzSkip ECDH tests for SSLv3
2017-01-18 Rich SalzIf client doesn't send curves list, don't assume all.
2017-01-18 FdaSilvaYYClean dead macros and defines
2017-01-18 FdaSilvaYYClean one unused variable, plus an useless one.
2017-01-18 Markus TriskaCorrect reference to SSL_get_peer_cert_chain().
2017-01-17 EasySecFix list -disabled for blake2 alg
2017-01-16 xemdetiaFix man3 reference to CRYPTO_secure_used
2017-01-16 Kurt RoeckxAdd missing braces.
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 and...
2017-01-15 Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 serial
2017-01-13 Richard LevitteClarify what RUN_ONCE returns
2017-01-13 Richard LevitteFix no-ocsp
2017-01-12 Rich SalzMake X509_Digest,others public
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-10 Rich SalzFix typo in Blake2 function names
2017-01-10 Kurt RoeckxPrint the X509 version signed, and convert to unsigned...
2017-01-10 Matt CaswellMark a HelloRequest record as read if we ignore it
2017-01-09 Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2017-01-09 Rich SalzRename "verify_cb" to SSL_verify_cb
2017-01-09 Rich SalzDoc nits: callback function typedefs
2017-01-08 Dr. Stephen... Add new ssl_test option.
2017-01-08 Dr. Stephen... Add server temp key type checks
2017-01-05 Dr. Stephen... Remove BIO_seek/BIO_tell from evp_test.c
2017-01-03 Dr. Stephen... evptests.txt is not a shell script
2017-01-03 Dr. Stephen... Add RSA decrypt and OAEP tests.
2016-12-30 Matt CaswellProvide some tests for the sig algs API
2016-12-30 Matt CaswellFix the SSL_set1_sigalgs() macro
2016-12-29 Markus Triskareplace "will lookup up" by "will look up"
2016-12-22 Todd ShortFix EVP_MD_meth_get_flags
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-12-18 Finn HakanssonFix typo.
2016-12-17 Richard Levittetest/ssl_test: give up if both client and server wait...
2016-12-16 Richard Levittee_afalg: Don't warn about kernel version when pedantic
2016-12-16 Richard Levitteevp_test: when function and reason strings aren't avail...
2016-12-16 Richard LevitteHP-UX doesn't have hstrerror(), so make our own for...
2016-12-15 Kurt RoeckxDon't call memcpy with NULL as source
2016-12-14 Rich SalzCRL critical extension bugfix
2016-12-14 Dr. Stephen... Add function and reason checking to evp_test
2016-12-13 Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-12-13 Rich SalzFix various doc nits.
2016-12-12 Azat KhuzhinRemove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DAS...
2016-12-12 Dmitry BelyavskiyTypo fixed
2016-12-12 Paul Hoveyupdated macro spacing for styling purposes
2016-12-12 Paul Hoveyfix undoes errors introduced by https://github.com...
2016-12-12 Benjamin KadukRestore the ERR_FATAL_ERROR() macro
2016-12-12 Matt CaswellFix a leak in SSL_clear()
2016-12-12 Andy Polyakovperlasm/x86_64-xlate.pl: refine sign extension in ea...
2016-12-10 Davide GalassiAvoid the call to OPENSSL_malloc with a negative value...
2016-12-10 Markus TriskaFix reference to SSL_set_max_proto_version.
2016-12-10 Dr. Stephen... Additional error tests in evp_test.c
2016-12-10 Richard LevitteVMS UI_OpenSSL: generate OpenSSL errors when things...
2016-12-10 Richard LevitteVMS UI_OpenSSL: if the TT device isn't a tty, flag...
2016-12-10 Dr. Stephen... Check input length to pkey_rsa_verify()
2016-12-10 Dr. Stephen... Add RSA PSS tests
2016-12-08 Richard LevitteRemove extra bang
2016-12-08 Kurt RoeckxOnly call memcpy when the length is larger than 0.
2016-12-08 Richard LevitteUI code style cleanup
2016-12-08 Richard LevitteUI_OpenSSL()'s session opener fails on MacOS X
2016-12-08 Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
2016-12-08 Richard LevitteMake sure that password_callback exercises UI
2016-12-08 Richard LevitteAdd a test for the UI API
2016-12-07 Richard LevitteUI_process() didn't generate errors
2016-12-03 Viktor DukhovniRestore last-resort expired untrusted intermediate...
2016-11-29 Matt CaswellEnsure we are in accept state in DTLSv1_listen
2016-11-25 Dr. Stephen... Fix ctrl operation for SHA1/MD5SHA1.
2016-11-25 Dr. Stephen... add CMS SHA1 signing test
2016-11-25 Andy PolyakovINSTALL: clarify 386 and no-sse2 options.
2016-11-25 Andy Polyakovmodes/ctr128.c: fix false carry in counter increment...
2016-11-25 Andy Polyakovtest/evptests.txt: add regression test for false carry...
next