Document the slight change in CRYPTO_mem_ctrl()
[openssl.git] / crypto /
2016-07-19 Richard Levittemake update
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-07-19 Rich SalzRT4593: Add space after comma (doc nits)
2016-07-19 mrpreCleanup after sk_push fail
2016-07-19 Dr. Stephen HensonCheck and print out boolean type properly.
2016-07-18 Dr. Stephen HensonFix print of ASN.1 BIGNUM type.
2016-07-18 Matt CaswellFix mingw build
2016-07-16 Andy Polyakovaes/asm/aesfx-sparcv9.pl: switch to fshiftorx to improv...
2016-07-16 Andy PolyakovSPARC assembly pack: enforce V8+ ABI constraints.
2016-07-16 Andy Polyakovevp/e_aes.c: wire new CBC and CTR subroutines from...
2016-07-16 Andy Polyakovaes/asm/aesfx-sparcv9.pl: add "teaser" CBC and CTR...
2016-07-16 Kurt RoeckxReturn error when trying to print invalid ASN1 integer
2016-07-16 Andy Polyakovcrypto/LPdir_win.c: rationalize temporary allocations.
2016-07-16 Andy Polyakovcrypto/LPdir_win.c: harmonize with o_fopen.c.
2016-07-16 Miroslav Francfix memory leaks
2016-07-16 Richard LevitteRemove the silly CVS markers from LPdir_*.c
2016-07-16 Richard LevitteAdd back lost copyright and license text in LPdir_win.c
2016-07-15 Richard LevitteFix: dummy definition of rand_hw_seed() should also...
2016-07-15 Richard LevitteFix ASN.1 private encode of EC_KEY to not change the...
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-07-15 Andy Polyakovcrypto/x86[_64]cpuid.pl: add OPENSSL_ia32_rd[rand|seed...
2016-07-13 Dr. Stephen HensonAdd OCSP accessors.
2016-07-12 Viktor DukhovniPerform DANE-EE(3) name checks by default
2016-07-11 Dr. Stephen HensonAdd nameConstraints commonName checking.
2016-07-10 Richard LevitteVMS: Simplify the spec of the default certs & keys...
2016-07-08 Rich SalzGH1278: Removed error code for alerts
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-07-06 Dr. Stephen HensonDon't indicate errors during initial adb decode.
2016-07-05 Richard LevitteStop using and deprecate ENGINE_setup_bsd_cryptodev
2016-07-05 FdaSilvaYYFix mem error handling in PKCS7_simple_smimecap
2016-07-05 FdaSilvaYYImprove some error management code in CT
2016-07-05 FdaSilvaYYFix some memory error handling in CT
2016-07-05 FdaSilvaYYAdd checks on sk_TYPE_push() returned value
2016-07-02 Richard LevitteFix some VMS inconsistencies
2016-07-01 Rich SalzCleanup obj_dat.h, obj_dat.pl
2016-07-01 Richard LevitteSimplify INCLUDE statements in build.info files
2016-07-01 mrprefix code formatting
2016-07-01 mrpreadd return value for expand
2016-07-01 Alessandro GhediniFix printing private EC_KEY
2016-07-01 Andy PolyakovSPARC assembly pack: enforce V8+ ABI constraints.
2016-07-01 Andy PolyakovSPARC assembly pack: enforce V8+ ABI constraints.
2016-06-30 FdaSilvaYYConstify a bit more OPENSSL_sk_ API
2016-06-30 FdaSilvaYYUse directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_de...
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-29 Richard LevitteRemove the envvar hack to enable proxy cert processing
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-29 FdaSilvaYYSpelling
2016-06-29 Ben LaurieSome interfaces may have IPv6 addresses even if an...
2016-06-28 Emilia Kasperbase64 macro: parenthesize for clarity
2016-06-27 Andy Polyakovrsa/rsa_lib.c: const-ify RSA_get0_engine().
2016-06-27 Rich SalzRT4586: Remove RSA_memory_lock; unused, not needed
2016-06-27 Matt CaswellFix one more instance of incorrect OPENSSL_API_COMPAT...
2016-06-27 Matt CaswellFix some OPENSSL_API_COMPAT values
2016-06-27 Brian SmithClarify use of |$end0| in stitched x86-64 AES-GCM code.
2016-06-27 Andy Polyakovevp/evp_enc.c: refine partial buffer overlap detection.
2016-06-27 Andy Polyakovevp/evp_enc.c: check for partially[!] overlapping buffers
2016-06-26 Rich SalzRT2680: Public EC key is shown as private
2016-06-25 David BenjaminHandle BN_mod_word failures.
2016-06-25 David BenjaminFix BN_is_prime* calls.
2016-06-24 Andy Polyakovperlasm/x86_64-xlate.pl: address errors and warnings...
2016-06-24 Nathaniel McCallumTeach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp()
2016-06-24 Kurt RoeckxAvoid signed overflow
2016-06-24 Ben LaurieDeal with API changes.
2016-06-24 Matt CaswellEnsure HMAC key gets cleansed after use
2016-06-24 Matt CaswellAdd a getter to obtain the HMAC_CTX md
2016-06-23 Matt CaswellFix ASN1_STRING_to_UTF8 could not convert NumericString
2016-06-23 huangqinjinMake x25519_compute_key() return a boolean
2016-06-23 huangqinjinMake ossl_ecdh_compute_key() return a boolean
2016-06-23 Rich SalzRT2867: des_ede3_cfb1 ignored "size in bits" flag
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-06-23 FdaSilvaYYRework error handling from asn1_do_lock method.
2016-06-22 Andy Polyakovrand/randfile.c: make it non-ASCII-savvy.
2016-06-22 Andy PolyakovMove OS-specific fopen quirks to o_fopen.c.
2016-06-22 Andy Polyakovcrypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-21 Kurt RoeckxAvoid creating an illegal pointer.
2016-06-21 Kurt Roeckxbuf2hexstr: properly deal with empty string
2016-06-20 David BenjaminMake arm-xlate.pl set use strict.
2016-06-20 Richard Levittemake update
2016-06-20 Richard LevitteFix proxy certificate pathlength verification
2016-06-20 Richard LevitteCheck that the subject name in a proxy cert complies...
2016-06-20 Kurt CancemiRemove pointless free loop in X509_TRUST_cleanup()
2016-06-20 Kurt CancemiRemove pointless free loop in X509_PURPOSE_cleanup()
2016-06-20 Kurt Cancemicrypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious...
2016-06-20 Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-20 Andy Polyakovrand/randfile.c: remove obsolete commentary.
2016-06-20 Andy Polyakovaes/asm/bsaes-armv7.pl: omit redundant stores in XTS...
2016-06-20 Andy Polyakovaes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.
2016-06-20 Richard LevitteChange default directory for the .rnd file on Windows...
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-18 FdaSilvaYYUseless includes
2016-06-18 FdaSilvaYYMissing NULL check on OBJ_dup result in x509_name_canon
2016-06-18 FdaSilvaYYFix an MSVC warning.
2016-06-18 Matt CaswellImprove const correctness for stacks of EVP_MD
2016-06-18 Matt Caswellconstify SRP
2016-06-18 Matt CaswellAvoid type punning warnings in b_addr.c
2016-06-17 Matt CaswellChange default directory for storing the .rnd file...
2016-06-16 FdaSilvaYYSpelling fixes
2016-06-16 Rich SalzFix build break.
2016-06-16 Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
next