Document functions added as a result of DSA opacity changes
[openssl.git] / crypto /
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-04-02 Matt CaswellMake the DSA structure opaque
2016-04-02 Kirill Marinushkinmoved structure bio_buf_mem_st from headers to bss_mem.c
2016-04-02 Kirill Marinushkinsizeof() updated to cover coding style
2016-04-02 Kirill MarinushkinOptimized BIO mem read - without reallocation
2016-04-02 MatFix: CRYPTO_THREAD_run_once
2016-04-02 Dr. Stephen HensonFix X509_PUBKEY cached key handling.
2016-03-31 Andy Polyakovcrypto/blake2: make lowest-level function handle multip...
2016-03-31 Richard LevitteFix "no-ui" configuration
2016-03-30 Matt CaswellRemove the CRYPTO_mem_leaks adjustment for the BIO
2016-03-30 Ben LaurieFix buffer overrun in ASN1_parse().
2016-03-30 Richard LevitteFix pointer size issues on VMS
2016-03-30 Richard LevitteRearrange the use of 'proto' in BIO_lookup
2016-03-30 Dr. Stephen HensonRemove X509_PUBKEY lock.
2016-03-30 Richard LevitteBreak out DllMain from crypto/cryptlib.c and use it...
2016-03-30 Richard LevitteAdapt bf_lbuf for opaque BIO
2016-03-30 Viktor DukhovniRequire intermediate CAs to have basicConstraints CA...
2016-03-29 Matt CaswellFix the zlib config option
2016-03-29 David BenjaminRT 4393: Call EC_GROUP_order_bits in priv2opt.
2016-03-29 Matt CaswellMake BIO opaque
2016-03-29 Matt CaswellAdd functions for creating BIO_METHODs
2016-03-29 FdaSilvaYYFix a big leak when using stack-allocated BIO items.
2016-03-29 Andy Polyakovpoly1305/asm/poly1305-x86.pl: don't loose 59-th bit.
2016-03-29 Andy Polyakovcrypto/seed: add small-footprint path.
2016-03-23 Richard LevitteVMS: update the properties of symbol search
2016-03-23 Rich SalzMove dso.h to internal
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-23 FdaSilvaYYFix error code
2016-03-23 Richard LevitteSmall fixups in DSO
2016-03-23 Rob PercivalRemoved unused fields of CT_POLICY_EVAL_CTX
2016-03-22 Dr. Stephen Hensonremove unused references field
2016-03-22 Rich SalzHave only one DSO_METHOD_openssl
2016-03-22 Rich SalzMake DSO opaque.
2016-03-22 Dr. Stephen HensonMake X509_PUBKEY opaque
2016-03-22 Dr. Stephen Hensonmove x_pubkey.c to crypto/x509
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Rob PercivalAdds s2i function for ct_precert_poison X509 extension
2016-03-21 Steven LinsellFix memory leak where fdlookup linked list is not freed...
2016-03-21 Matt CaswellFix no-sock
2016-03-21 Dr. Stephen HensonDon't use hardcoded values for types
2016-03-21 Matt CaswellFix no-seed
2016-03-21 Matt CaswellFix no-dsa
2016-03-21 Andy PolyakovBuild system: VC-WIN64I fixups.
2016-03-21 Andy PolyakovWindows build system: get uplink right.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-21 Viktor DukhovniAdd a comment on dane_verify() logic
2016-03-20 Rich SalzRemove #error from include files.
2016-03-20 Rich Salzct_int.h only needed by crypto/ct
2016-03-20 Dr. Stephen Hensonconstify DSA_SIG_get0()
2016-03-20 Rich SalzMove blake2_loclh to blake2 directory
2016-03-19 Dr. Stephen Hensonconstify ECDSA_SIG_get0()
2016-03-19 Schüller FelixDon't free up EVP_MD_CTX.
2016-03-19 Richard LevitteCorrect incorrect path
2016-03-18 Richard LevitteImplement support for no-ts
2016-03-18 Matt CaswellFix no-des
2016-03-18 Matt CaswellFix no-cmac
2016-03-18 Matt CaswellEnsure that no-comp functions are flagged as such
2016-03-18 Matt CaswellMark OCB as an AEAD cipher
2016-03-18 Matt CaswellFix a potential double free in EVP_DigestInit_ex
2016-03-18 Rich SalzFix build; CPP syntax error.
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-17 Rich SalzRemove ultrix/mips support.
2016-03-17 Dr. Stephen HensonUse correct C format for keysets.pl
2016-03-16 Ben LaurieDeal with DSA_SIG opaqueness.
2016-03-16 Matt CaswellSome platforms provide getcontext() but it does not...
2016-03-15 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: make it work with...
2016-03-15 Emilia KasperOn Windows, page walking is known as __chkstk.
2016-03-15 Emilia KasperExplain *cough*-dows
2016-03-15 Emilia KasperFix CRYPTO_THREAD_run_once return value checks
2016-03-15 Richard LevitteSmall typo
2016-03-14 Andy Polyakovs390x assembly pack: 32-bit fixups.
2016-03-14 Andy Polyakovbuild.info/Makefile.in: Itanium fixups.
2016-03-14 Matt CaswellFix the init cleanup order
2016-03-14 Matt CaswellAdd some missing cleanup calls to de-init
2016-03-13 Richard LevitteChange an function macro for ERR match the function...
2016-03-13 Richard LevitteComplete incomplete makefile variable referenses
2016-03-12 Richard LevitteAdd $(LIB_CFLAGS) for any build.info generator that...
2016-03-12 Emilia KasperFix memory leak in library deinit
2016-03-12 Emilia KasperFix no-comp build
2016-03-11 Matt CaswellRemove some dead code from 1999
2016-03-11 Matt CaswellDon't clobber the last error
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-11 Kurt RoeckxUse unsigned int instead of just unsigned.
2016-03-11 Kurt RoeckxSave leaf_node and node_offset as character array
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-11 Dr. Stephen Hensonmove DSA_SIG definition into C source file
2016-03-11 Andy Polyakovcrypto/*/build.info: make it work on ARM platforms.
2016-03-11 Andy Polyakovcrypto/*/build.info: SPARC-specific fixups.
2016-03-11 Rob Percivalconstify CT_POLICY_EVAL_CTX getters
2016-03-11 Matt CaswellCall CONF_modules_free() before ENGINE_cleanup() in...
2016-03-10 Richard LevitteFix some assembler generating scripts for better unific...
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-10 Richard LevitteThe typedef ECPARAMETERS is already defined, don't...
2016-03-10 Matt CaswellRemove a missed item from the old thread API
2016-03-10 Matt CaswellMark SRP_VBASE_get_by_user() as deprecated
2016-03-10 Rich SalzRT3676 add: Export ASN.1 DHparams
next