Refactoring BIO: add a test, using test/ssltest
[openssl.git] / include /
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-02-03 Richard Levittemake update
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03 Richard LevitteRefactoring BIO: add error macros & text, and make...
2016-02-03 Richard LevitteRefactoring BIO: add wrappers around sockaddr et al
2016-02-02 Rich SalzRT2353: Add ipsec IKE OID
2016-02-02 Dr. Stephen HensonNew BN functions.
2016-02-01 Rich SalzStyle; add "!= NULL"
2016-02-01 Emilia Kasperconstify PACKET
2016-02-01 Viktor DukhovniCompat self-signed trust with reject-only aux data
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-31 Daniel Kahn GillmorRT4129: BUF_new_mem_buf should take const void *
2016-01-31 Rich SalzGH102: Extra volatile avoids GCC bug
2016-01-30 Rich SalzRemove extra level of indirection.
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
2016-01-30 Rich SalzGH102: Add volatile to CRYPTO_memcmp
2016-01-30 Dr. Stephen HensonAdd function to return internal enoding of X509_NAME.
2016-01-29 Viktor DukhovniMake it possible to check for explicit auxiliary trust
2016-01-29 Matt CaswellCorrect value of DH_CHECK_PUBKEY_INVALID
2016-01-28 Richard LevitteCorrect number of arguments in BIO_get_conn_int_port...
2016-01-28 Matt CaswellPrevent small subgroup attacks on DH/DHE
2016-01-28 Rich SalzFix typo in md2.h
2016-01-28 Rich SalzAdd CRYPTO_secure_zalloc
2016-01-28 Rich SalzRemove outdated legacy crypto options
2016-01-27 Richard LevitteComplete the removal of /* foo.c */ comments
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-26 Matt CaswellAdd SSL_up_ref() and SSL_CTX_up_ref()
2016-01-25 Richard LevitteGenerate warning text
2016-01-25 Rich SalzMove & split opensslconf.h.in
2016-01-24 Rich SalzMove pqueue into ssl
2016-01-22 Michał TrojnaraUpdated OSSL_DYNAMIC_VERSION/OSSL_DYNAMIC_OLDEST
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-19 Matt CaswellRemove the GOST engine
2016-01-19 Viktor DukhovniAPI compat for SSLeay_add_ssl_algorithms
2016-01-19 Dr. Stephen HensonAdd TLS PRF method.
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-17 Rich SalzFix function declarations.
2016-01-17 Rich SalzAdd some accessors.
2016-01-16 Dr. Stephen Hensonfix no-engine build
2016-01-14 Benjamin KadukAdd a no-egd option to disable EGD-related code
2016-01-14 Rich SalzMake SSL_set_debug deprecated in 1.1
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-14 Richard LevittePrepare for 1.1.0-pre3-dev
2016-01-14 Richard LevittePrepare for 1.1.0-pre2 release OpenSSL_1_1_0-pre2
2016-01-13 Viktor DukhovniFor stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAX
2016-01-13 Richard LevitteRemove spurious ;
2016-01-13 Richard LevitteVMS C doesn't provide intmax_t/uinmax_t, use our own
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-13 Viktor DukhovniFix DES_LONG breakage
2016-01-13 Viktor DukhovniFor stroimax need C99 inttypes.h
2016-01-13 Mathias BerchtoldFix missing casts for c++
2016-01-13 Viktor DukhovniMaximize time_t when intmax_t is available
2016-01-12 Viktor DukhovniSTACK_OF(SSL_COMP) is a public type
2016-01-12 Dr. Stephen Hensonfix jpaketest and correct comment
2016-01-12 Richard LevitteRemove unused internal macros
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdd back deprecated functions in macro form
2016-01-12 Richard LevitteEVP_CIPHER_CTX_new_cipher_data was a temporary measure...
2016-01-12 Richard LevitteMake EVP_CIPHER opaque and add creator/destructor/acces...
2016-01-12 Richard LevitteRemove EVP_CIPHER_CTX_flags, it's only confusing
2016-01-12 Richard LevitteAdd accessors and writers for EVP_CIPHER_CTX
2016-01-12 Richard LevitteMake EVP_CIPHER_CTX opaque and renew the creator /...
2016-01-11 Dr. Stephen HensonUse ossl_inline and DEFINE_LHASH_OF
2016-01-11 Dr. Stephen HensonRemove mkstack.pl: it is no longer needed.
2016-01-11 Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-11 Dr. Stephen HensonAdd lh_doall inlining
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-11 Dr. Stephen HensonAdd memory leak return value.
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-10 Rich SalzRT41897: Add an CRYPTO_secure_actual_size
2016-01-10 MatFix c++ compilation
2016-01-10 MatAdds missing type casts
2016-01-09 Dr. Stephen HensonCorrect header defines
2016-01-08 Rich SalzFix no CRYPTO_MDEBUG build (windows)
2016-01-08 Viktor DukhovniSimplify deprecated declaration exception
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-08 Richard LevitteRemove all remaining traces if PEM_Seal
2016-01-07 Rich SalzFix build-break; 'make update'
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Viktor DukhovniDANE support for X509_verify_cert()
2016-01-07 Dr. Stephen Hensonuse more descriptive name DEFINE_STACK_OF_CONST
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen Hensonremove unused PREDECLARE
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-07 Dr. Stephen HensonChange STACK_OF to use inline functions.
2016-01-06 Rich SalzRemove more (rest?) of FIPS build stuff.
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-03 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2016-01-03 Viktor DukhovniX509_verify_cert() cleanup
2016-01-02 Richard LevitteInstead of a local hack, implement SIZE_MAX in numbers...
2016-01-02 Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
next