openssl.git
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor the treatment...
2017-06-29 Richard LevitteSTORE: Add an entry in NEWS and CHANGES
2017-06-29 Richard LevitteSTORE test recipe: Remove comment refering to OpenConnect
2017-06-29 Richard LevitteAdd documentation for the storeutl app
2017-06-29 Richard LevitteAdd documentation for STORE functions
2017-06-29 Richard Levitteengine app: print out information on STORE loaders...
2017-06-29 Richard LevitteSTORE: add ENGINE information to loaders
2017-06-29 Richard LevitteTest that storeutl with a directory path works as expected
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add directory listing capab...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: Add handler for encrypted...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: refactor file_load to suppo...
2017-06-29 Richard LevitteSTORE: Add a OSSL_STORE_INFO type to help support file...
2017-06-29 Richard LevitteSTORE tests: add PKCS#12 tests
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for the PKCS...
2017-06-29 Richard LevitteSTORE 'file' scheme loader: add support for containers
2017-06-29 Richard LevitteAdd a test that checks the store utility
2017-06-29 Richard LevitteAdd a simple store utility command
2017-06-29 Richard LevitteAdd a STORE loader for the "file" scheme
2017-06-29 Richard LevitteMake it possible to peek at BIO data through BIO_f_buffer()
2017-06-29 Richard LevitteMake asn1_d2i_read_bio accessible from STORE
2017-06-29 Richard LevitteAdd the STORE module
2017-06-29 Richard LevitteMake it possible to refer to ERR_R_UI_LIB
2017-06-29 Matt CaswellUpdates following review of SSL_export_key_material...
2017-06-29 Matt CaswellUpdate the SSL_export_keying_material() documentation...
2017-06-29 Matt CaswellAdd an SSL_export_keying_material() test
2017-06-29 Matt CaswellUpdate SSL_export_keying_material() for TLSv1.3
2017-06-28 Greg ZaveruchaFix sample code
2017-06-28 Richard Levittecrypto/mem.c: on Windows, use rand() instead of random()
2017-06-28 Todd Shortssl_session_dup() missing ext.alpn_session
2017-06-28 Richard LevitteAdd dependency on apps/progs.h for test/uitest.o
2017-06-28 Richard Levittetest/uitest.c's pem_password_cb returned 1 instead...
2017-06-28 Richard LevitteUI_UTIL_wrap_read_pem_callback: make sure to terminate...
2017-06-28 Richard LevitteDocument the added devcrypto engine in CHANGES
2017-06-28 Richard LevitteComment on the lack of documentation for asymmetric...
2017-06-28 Richard LevitteAdapt for BSD cryptodev.h differences
2017-06-28 Richard LevitteAdd new /dev/crypto engine
2017-06-28 Richard LevitteAdd the common error ERR_R_OPERATION_FAIL
2017-06-27 Rich SalzUse randomness not entropy
2017-06-27 Benjamin KadukFix return-value checks in OCSP_resp_get1_id()
2017-06-27 Richard Levitteutil/mkerr.pl: avoid getting an annoying warning about...
2017-06-27 Richard Levitteutil/mkerr.pl: allow module names prefixed with OSSL_...
2017-06-26 Rich SalzRename static global "lock" to "obj_lock"
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-26 Paul YangFix return value checking for BIO_sock_init
2017-06-26 Paul YangFix inaccurate comments in bn_prime.c
2017-06-25 Richard Levittetsget.in: remove call of WWW::Curl::Easy::global_cleanup
2017-06-25 Benjamin KadukFix no-dsa build again
2017-06-25 Benjamin KadukAdd tests for deprecated sigalgs with TLS 1.3 ClientHellos
2017-06-25 Benjamin KadukFix no-dsa build
2017-06-25 Benjamin KadukAdd constants for TLS 1.3 SignatureScheme values
2017-06-25 Benjamin KadukDisallow DSA/SHA1/etc. for pure TLS 1.3 ClientHellos
2017-06-24 Andy Polyakovsha/asm/keccak1600-mmx.pl: optimize for Atom and add...
2017-06-24 Andy PolyakovAdd sha/asm/keccak1600-mmx.pl, x86 MMX module.
2017-06-23 Matt CaswellFix a memory leak in the new TAP filter BIO
2017-06-23 Matt CaswellFix travis clang-3.9 builds
2017-06-23 Matt CaswellFix another EVP_DigestVerify() instance
2017-06-23 Matt CaswellTreat all failures from EVP_DigestVerify() as a bad...
2017-06-23 Matt CaswellFix the constant time 64 test
2017-06-22 PauliRemove uses of the TEST_check macro.
2017-06-22 Matt CaswellFix OBJ_create() to tolerate a NULL sn and ln
2017-06-22 Alexey KomninFix tls1_generate_master_secret
2017-06-22 David BenjaminFix the names of ChaCha20-Poly1305 cipher suites in...
2017-06-21 PauliTAP line filter BIO.
2017-06-21 Richard LevitteConfigure: give config targets the possibility to enabl...
2017-06-21 PauliRemove duplicate see also reference to BIO_s_mem.
2017-06-21 Sascha SteinbissAdd OCSP_resp_get1_id() accessor
2017-06-21 Paul YangAvoid compiler complaining
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-21 Andy Polyakovsha/asm/sha512p8-ppc.pl: add POWER8 performance data.
2017-06-21 Andy PolyakovAdd Keccak-1600 modules for PPC64 and POWER8.
2017-06-21 Matt CaswellFix DTLS failure when used in a build which has SCTP...
2017-06-21 Matt CaswellPSK related tweaks based on review feedback
2017-06-21 Matt CaswellUse constants rather than macros for the cipher bytes...
2017-06-21 Matt CaswellAdd some tests for the new TLSv1.3 PSK code
2017-06-21 Matt CaswellFix some bugs in the TLSv1.3 PSK code
2017-06-21 Matt CaswellMake the input parameters for SSL_SESSION_set1_master_k...
2017-06-21 Matt CaswellDocument SSL_set_psk_find_session_callback() and SSL_CT...
2017-06-21 Matt CaswellDocument SSL_set_psk_use_session_callback() and SSL_CTX...
2017-06-21 Matt CaswellTweak the client side PSK callback
2017-06-21 Matt CaswellAdd documentation for SSL_CTX_set_psk_use_session_callb...
2017-06-21 Matt CaswellDocument SSL_CIPHER_get_handshake_digest()
2017-06-21 Matt CaswellDocument SSL_SESSION_set_protocol_version()
2017-06-21 Matt CaswellDocument SSL_SESSION_set1_master_key()
2017-06-21 Matt CaswellAdd documentation for SSL_SESSION_set_cipher()
2017-06-21 Matt CaswellFix no-psk
2017-06-21 Matt CaswellAdd the ability to set a TLSv1.3 PSK via just the key...
2017-06-21 Matt CaswellAdd SSL_SESSION_set_protocol_version()
2017-06-21 Matt CaswellAdd SSL_SESSION_set_cipher()
2017-06-21 Matt CaswellAdd SSL_SESSION_set1_master_key()
2017-06-21 Matt CaswellAdd the ability to use a server side TLSv1.3 external...
2017-06-21 Matt CaswellAdd the ability to use a client side TLSv1.3 external...
2017-06-21 Matt CaswellAdd a function to get the handshake digest for an SSL_C...
2017-06-21 Matt CaswellAdd public API functions for setting TLSv1.3 PSK callbacks
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-21 Rich SalzAdd ecstress test
2017-06-21 Andy PolyakovAdd sha/asm/keccak1600-c64x.pl
2017-06-21 Rich SalzAdd constant-time 64
2017-06-21 Dr. Stephen... Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-06-21 Dr. Stephen... Update test config file
next