Continue standardisation of malloc handling in apps
[openssl.git] / crypto /
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-11-05 Dr. Stephen Hensonfix discrepancy
2015-11-02 Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-11-02 Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-11-01 Rich SalzRemove des_ver.h; broke build.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellReorganise state machine files
2015-10-29 Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-25 Ben LaurieProbably fix travis (wine build).
2015-10-24 Ben LaurieImprove make depend.
2015-10-24 Ben LaurieFix undeclared variable warnings.
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniCheck memory allocation
2015-10-23 Alessandro GhediniFix typos
2015-10-23 Alessandro GhediniSet salt length after the malloc has succeeded
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-23 Alessandro GhediniReplace malloc+strlcpy with strdup
2015-10-23 Alessandro GhediniRemove bugs/ and crypto/threads/
2015-10-22 Richard LevitteOnly include SRP headers when OPENSSL_NO_SRP is undefined
2015-10-21 Richard Levittemake update
2015-10-21 Richard LevitteDon't forget to load the CT error strings
2015-10-21 Richard LevitteHandle CT error macros separately
2015-10-18 Richard Levittect_locl.h moved, reflect it in crypto/ct/Makefile
2015-10-18 Richard Levittemake update
2015-10-18 Richard LevitteBecause ct_locl.h is used between modules, move it...
2015-10-18 Dr. Stephen Hensonset string type when embedding
2015-10-15 Matt CaswellRemove Obsolete engines
2015-10-15 Dr. Stephen HensonFix self signed handling.
2015-10-15 Dr. Stephen Hensonembed CRL serial number and signature fields
2015-10-15 Dr. Stephen Hensonembed certificate serial number and signature fields
2015-10-15 Dr. Stephen Hensonembed value field of X509_EXTENSION
2015-10-15 Dr. Stephen HensonHandle embed flag in ASN1_STRING_copy().
2015-10-14 Emilia KasperRemove EVP_CHECK_DES_KEY
2015-10-14 Emilia Kasperct_locl.h: fix some comments
2015-10-13 Dr. Stephen HensonRFC5753 compliance.
2015-10-11 Dr. Stephen Hensonembed OCSP_CERTID
2015-10-11 Dr. Stephen Hensonembed support for ASN1_STRING
2015-10-11 Dr. Stephen HensonEmbed various OCSP fields.
2015-10-11 Dr. Stephen Hensonembed support for CHOICE type
2015-10-10 Dr. Stephen HensonTypo.
2015-10-09 Matt CaswellFix Windows build
2015-10-09 Adam EijdenbergInitial commit for Certificate Transparency support
2015-10-08 Matt CaswellDon't treat a bare OCTETSTRING as DigestInfo in int_rsa...
2015-10-08 Richard LevitteWhen ENGINE_add finds that id or name is missing, actua...
2015-10-07 Pascal CuoqDon't check pointer we just freed, always set it to...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-10-07 Pascal CuoqSet flags to 0 before calling BN_with_flags()
2015-10-06 Alessandro GhediniFix travis builds on master
2015-10-05 Dmitry BelyavskiyNew cipher and cipher modes standardized in Russia
2015-10-05 Andy PolyakovHarmonize pointer printing and size_t-fy casts.
2015-10-05 Andy Polyakovbio/bss_log.c: harmonize format string to silence ...
2015-10-05 Andy PolyakovExplicitly cast INVALID_SOCKET to (int) to address...
2015-10-05 Dr. Stephen HensonFree up ASN.1 structures at top level only.
2015-10-03 Kurt RoeckxFix more d2i cases to properly update the input pointer
2015-10-02 Rich SalzRemove BIO_s_file_internal macro.
2015-09-30 Andy Polyakovbn/asm/armv4-mont.pl: boost NEON performance.
2015-09-30 Rich SalzMake update / libeay.num fix
2015-09-30 Matt CaswellAdd GOST12 cms/smime capabilities
2015-09-30 David WoodhouseFix no-stdio build
2015-09-29 Andy PolyakovFix -Wshadow warnings in mingw builds.
2015-09-29 Andy PolyakovFix pedantic warnings in mingw builds.
2015-09-29 Andy PolyakovRationalize .gitignore and harmonize pair of Makefiles.
2015-09-26 Andy PolyakovSkylake performance results.
2015-09-25 Andy PolyakovAllow ILP32 compilation in AArch64 assembly pack.
2015-09-25 Andy PolyakovARMv4 assembly pack: implement support for Thumb2.
2015-09-23 Matt CaswellAdd BIO_CTRL_DGRAM_SET_PEEK_MODE
2015-09-22 Dr. Stephen Hensonmake update
2015-09-22 Dr. Stephen Hensonheader includes
2015-09-22 Dr. Stephen HensonNew function X509_get0_subject_key_id()
2015-09-22 Dr. Stephen HensonMake X509 opaque
2015-09-22 Dr. Stephen HensonAvoid structure access in crypto/ts
2015-09-22 Emilia KasperBUF_strndup: tidy
2015-09-22 Alessandro GhediniMake BUF_strndup() read-safe on arbitrary inputs
2015-09-22 Dr. Stephen HensonFix path in comments
2015-09-22 Dr. Stephen Hensonmake depend
2015-09-22 Dr. Stephen HensonMove certificate request and CRL routines to x509 dir.
2015-09-22 Dr. Stephen HensonMove functions.
2015-09-22 Dr. Stephen HensonUse accessors in X509_REQ_print().
2015-09-22 Dr. Stephen HensonUse accessor functions in X509_CRL_print().
2015-09-22 Dr. Stephen HensonNew accessor X509_REQ_get_X509_PUBKEY()
2015-09-22 Dr. Stephen HensonAdditional X509_CRL accessors.
2015-09-22 Dr. Stephen Hensontypo
2015-09-22 Dr. Stephen HensonAdd comments to x509_int.h
2015-09-22 Dr. Stephen HensonAdd accessors for X509_REVOKED.
2015-09-22 Dr. Stephen HensonAdd accessors for request and CRL signatures
2015-09-22 Rich SalzRemove "noise" comments from TS files.
2015-09-21 David WoodhouseRT3479: Add UTF8 support to BIO_read_filename()
2015-09-21 Gunnar KudrjavetsRT3823: Improve the robustness of event logging
2015-09-21 Matt CaswellGOST PKCS12 support
2015-09-21 Matt CaswellAdd GOST extensions to PKCS#5
2015-09-21 Matt CaswellFix SRP memory leaks
2015-09-20 Dr. Stephen Hensonremove unneeded includes
2015-09-20 Dr. Stephen Hensonmake no-dh work
2015-09-20 Dr. Stephen HensonMove EVP_PKEY_METHOD into private headers.
2015-09-19 Dr. Stephen HensonReturn shared OIDs when decoding.
2015-09-19 Viktor DukhovniFix indentation
2015-09-17 Matt CaswellMake sure OPENSSL_cleanse checks for NULL
2015-09-17 Emilia Kasperbase64 decode: check for high bit
next