Cleanup: Remove M_EVP_MD_* macros
[openssl.git] / include /
2015-12-07 Richard LevitteRemove HMAC_CTX_cleanup and combine its functionality...
2015-12-07 Richard LevitteRemove EVP_MD_CTX_cleanup and put its functionality...
2015-12-07 Richard LevitteMake the definition of HMAC_CTX opaque
2015-12-07 Richard LevitteMake the definition of EVP_MD opaque
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-07 Richard LevitteMake the definition of EVP_MD_CTX opaque
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04 Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-12-04 Viktor DukhovniRevert unnecessary SSL_CIPHER_get_bits API change
2015-12-02 Dr. Stephen HensonRemove RSA_FLAG_SIGN_VER flag.
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-12-01 Rich Salztypo fix on function
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-27 Dr. Stephen Hensonfix function code discrepancy
2015-11-26 Dr. Stephen HensonRemove X509_VERIFY_PARAM_ID
2015-11-26 Matt CaswellAdd documentation for BN_with_flags
2015-11-24 Dr. Stephen HensonAdd EVP_MD_CTX_ctrl function.
2015-11-24 Dr. Stephen HensonAdd ssl3 ctrl to EVP_md5_sha1().
2015-11-24 Dr. Stephen HensonAdd MD5+SHA1
2015-11-23 Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-22 Matt CaswellFix a rebase error
2015-11-20 Matt CaswellImplement windows async thread local variable support
2015-11-20 Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20 Matt CaswellSimplify async pool handling
2015-11-20 Matt CaswellSwap to using proper windows pipes
2015-11-20 Matt CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
2015-11-20 Matt CaswellRename start_async_job to ssl_start_async_job
2015-11-20 Matt CaswellClean up libssl async calls
2015-11-20 Matt CaswellAdd ASYNC error codes
2015-11-20 Matt CaswellRemove ASYNC_in_job()
2015-11-20 Matt CaswellImplement local thread pools
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAdd ASYNC_JOB pools
2015-11-20 Matt CaswellAsync clean ups
2015-11-20 Matt CaswellAsync port to windows
2015-11-20 Matt CaswellMake libssl async aware
2015-11-20 Matt CaswellAdd the Dummy Async engine (dasync)
2015-11-20 Matt CaswellAdd async sub-library to libcrypto
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-20 Dr. Stephen HensonAdd support for signer_digest option in TS.
2015-11-17 Rich SalzRename RSA_eay_xxx to rsa_ossl_xxx
2015-11-14 Dr. Stephen HensonUse accessors for X509_print_ex().
2015-11-14 Dr. Stephen HensonAdd new X509 accessors
2015-11-10 Matt CaswellFix SSL_use_certificate_chain_file
2015-11-08 Dr. Stephen HensonReplace L suffix with U
2015-11-08 Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-11-02 Richard LevitteRemove the state parameter from BIO_ctrl_set_connected
2015-11-02 Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-11-02 Richard LevitteCorrect or add comments indicating what controls belong...
2015-11-02 Richard LevitteRemove PROXY controls that aren't used anywhere
2015-11-02 Richard LevitteRemove dummy argument from BIO_get_bind_mode
2015-11-02 Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellFix various error codes
2015-10-30 Matt CaswellRemove the old state defines
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellDon't depend on SSL structure internals
2015-10-30 Matt CaswellChange HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE
2015-10-30 Matt CaswellMove PACKET creation into the state machine
2015-10-30 Matt CaswellRedefine old state values
2015-10-30 Matt CaswellRemove redundant code
2015-10-30 Matt CaswellMove server side DTLS to new state machine
2015-10-30 Matt CaswellMove server side TLS to new state machine
2015-10-30 Matt CaswellSplit TLS server functions
2015-10-30 Matt CaswellImplement DTLS client move to new state machine
2015-10-30 Matt Caswelldtls_get_message changes for state machine move
2015-10-30 Matt CaswellSplit client message reading and writing functions
2015-10-30 Matt CaswellAdd initial state machine rewrite code
2015-10-30 Matt CaswellSplit ssl3_get_message
2015-10-27 Rich SalzRemove HAMC_cleanup
2015-10-23 Alessandro GhediniFix references to various RFCs
2015-10-11 Dr. Stephen Hensonembed support for ASN1_STRING
2015-10-11 Dr. Stephen HensonEmbed various OCSP fields.
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-09 Adam EijdenbergInitial commit for Certificate Transparency support
2015-10-08 Emilia KasperPACKET: simplify ServerKeyExchange parsing
2015-10-08 Matt CaswellFix no-ripemd on Windows
2015-10-06 Andy PolyakovAddress more Windows warnings illuminated by mingw.
2015-10-05 Dmitry BelyavskiyNew cipher and cipher modes standardized in Russia
2015-10-05 Emilia Kasperssl3_get_client_hello: rearrange logic
2015-10-05 Dr. Stephen HensonFree up ASN.1 structures at top level only.
2015-10-02 Rich SalzRemove BIO_s_file_internal macro.
2015-10-01 Matt CaswellRevert "Custom cipher constants"
2015-10-01 Dmitry BelyavskiyCustom cipher constants
2015-09-30 Matt CaswellChange the DEFAULT ciphersuites to exclude DES, RC4...
2015-09-30 Rich SalzMake update / libeay.num fix
2015-09-30 David WoodhouseFix no-stdio build
2015-09-29 Andy Polyakovasn1t.h: silence -Wmissing-prototype in Windows builds.
2015-09-29 Nicholas CooperRT3948: Some structs have confusing names.
2015-09-25 Matt CaswellAdd ability to set default CA path and file locations...
2015-09-23 Matt CaswellDTLSv1_listen rewrite
2015-09-23 Matt CaswellAdd BIO_CTRL_DGRAM_SET_PEEK_MODE
2015-09-22 Dr. Stephen HensonNew function X509_get0_subject_key_id()
2015-09-22 Dr. Stephen HensonMake X509 opaque
2015-09-22 Emilia KasperBUF_strndup: tidy
2015-09-22 Alessandro GhediniMake BUF_strndup() read-safe on arbitrary inputs
2015-09-22 Dr. Stephen HensonNew accessor X509_REQ_get_X509_PUBKEY()
2015-09-22 Dr. Stephen HensonAdditional X509_CRL accessors.
next