sha/asm/keccak1600-armv4.pl: add NEON code path.
[openssl.git] / crypto /
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: add NEON code path.
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: add SHA3_absorb and SHA3_s...
2017-06-06 Andy Polyakovsha/asm/keccak1600-armv4.pl: optimization based on...
2017-06-06 Andy PolyakovAdd sha/asm/keccak1600-armv4.pl.
2017-06-05 Andy Polyakovsha/keccak1600.c: add #ifdef KECCAK1600_ASM.
2017-06-05 Andy Polyakovsha/keccak1600.c: reduce temporary storage utilization...
2017-06-05 Andy Polyakovsha/keccak1600.c: add another 1x variant.
2017-06-05 Andy Polyakovsha/keccak1600.c: add ARM-specific "reference" tweaks.
2017-06-05 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
2017-06-02 Todd ShortFix ex_data and session_dup issues
2017-06-02 Matt CaswellLeft shift of a negative number is undefined behaviour
2017-05-31 Rich SalzOnly release thread-local key if we created it.
2017-05-31 Erwann AbaleaAdd some OID's from X.520
2017-05-31 Richard LevitteAdd UI functionality to duplicate the user data
2017-05-31 HorimotoYasuhiroCLA: trivial
2017-05-30 Dr. Stephen HensonClear sensitive data in ED25519_sign
2017-05-30 Dr. Stephen HensonAdd custom sig_info_set for ED25519
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonAdd custom ASN.1 sign and verify
2017-05-30 Dr. Stephen HensonAdd ED25519 as signature OID
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonED25519 public key method.
2017-05-30 Dr. Stephen Hensonadd method
2017-05-30 Dr. Stephen HensonAdd ED25519 ASN.1 method
2017-05-30 Dr. Stephen HensonAdd EdDSA algorithm OIDs from draft-ietf-curdle-pkix-04
2017-05-30 Dr. Stephen HensonMake Ed25519 consistent with X25519
2017-05-30 Dr. Stephen HensonAdd Ed25519 algorithm.
2017-05-30 Dr. Stephen Hensonmake errors
2017-05-30 Dr. Stephen HensonAllow NULL md for custom signing methods
2017-05-30 Dr. Stephen HensonAdd support for custom digestsign/digestverify methods.
2017-05-30 Andy Polyakovsha/keccak1600.c: implement lane complementing transform
2017-05-30 Andy Polyakovsha/keccak1600.c: implement bit interleaving optimization.
2017-05-29 Marek Kleinfixing incorrect OID of signingCertificateV2
2017-05-27 Josh SorefFix spelling errors in CMS.
2017-05-26 Andy Polyakovmodes/ocb128.c: address undefined behaviour warning.
2017-05-26 Andy Polyakovaria/aria.c: address undefined behaviour warning in...
2017-05-22 Alex GaynorNewlines!
2017-05-22 Alex GaynorStyle fixes and use the source parameter so the OCSP...
2017-05-22 Alex GaynorThis is an int
2017-05-22 Alex GaynorDon't use a for-loop decleration
2017-05-22 Alex GaynorFixed #3020 -- set entry type on SCTs from X.509 and...
2017-05-21 Todd ShortTweak sec_mem tests
2017-05-19 Matt CaswellFix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
2017-05-15 Tomas MrazDo not eat trailing '\n' in BIO_gets for fd BIO.
2017-05-11 David BenjaminRemove filename argument to x86 asm_init.
2017-05-11 Todd ShortFix infinite loops in secure memory allocation.
2017-05-11 Richard LevitteClean away needless VMS check
2017-05-11 Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-11 Bernd EdlingerFix gcc-7 warnings.
2017-05-11 PauliRemove dead code.
2017-05-11 Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-05-08 Benjamin KadukMake PEM_read_{,bio_}PrivateKey use secmem
2017-05-08 Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08 Benjamin KadukAdd PEM_read_bio_ex
2017-05-05 Andy Polyakovsha/sha512.c: fix formatting.
2017-05-05 Andy Polyakovperlasm/x86_64-xlate.pl: work around problem with hex...
2017-05-04 Rich SalzFix pathname errors in errcode file
2017-05-04 Matt CaswellDon't leave stale errors on queue if DSO_dsobyaddr...
2017-05-03 Marek KleinAdded support for ESSCertIDv2
2017-05-02 Matt CaswellFix some error path logic in i2v_AUTHORITY_INFO_ACCESS...
2017-05-02 Rich SalzFix URL links in comment
2017-05-02 Todd ShortFix time offset calculation.
2017-05-01 Benjamin KadukAddress some -Wold-style-declaration warnings
2017-04-30 Andy Polyakovasn1/a_int.c: fix "next negative minimum" corner case...
2017-04-28 Rich SalzCheck fflush on BIO_ctrl call
2017-04-27 Bernd EdlingerRemove unnecessary loop in pkey_rsa_decrypt.
2017-04-25 Dr. Stephen HensonAdd custom sig_info setting for RSA-PSS
2017-04-25 Dr. Stephen HensonUse X509_get_signature_info() when checking security...
2017-04-25 Dr. Stephen HensonAdd support for custom signature parameters
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-25 Richard LevitteCorrect some badly formated preprocessor lines
2017-04-25 Matt CaswellAddress review feedback for the SCTP changes
2017-04-25 Matt CaswellDocument BIO_lookup_ex()
2017-04-25 Matt CaswellFix problem with SCTP close_notify alerts
2017-04-25 Matt CaswellAdd better error logging if SCTP AUTH chunks are not...
2017-04-25 Matt CaswellAdd a BIO_lookup_ex() function
2017-04-24 Richard LevitteAdd CRYPTO_mem_leaks_cb
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-24 Alex GaynorAnnotate ASN.1 attributes of the jurisdictionCountryNam...
2017-04-21 David BenjaminNumbers greater than 1 are usually non-negative.
2017-04-20 letrhee-nsrAdd ARIA 32-bit implementation
2017-04-20 Adam LangleySmall primes are primes too.
2017-04-20 Rich SalzIgnore dups in X509_STORE_add_*
2017-04-20 Marek KleinexplicitText encoding
2017-04-20 Richard LevitteVMS: Copy DECC inclusion epi- and prologues to internals
2017-04-17 Andy Polyakovasn1/a_int.c: clean up asn1_get_int64.
2017-04-14 Andy Polyakovasn1/a_int.c: don't write result if returning error.
2017-04-14 Andy Polyakovasn1/a_int.c: simplify asn1_put_uint64.
2017-04-14 Andy Polyakovasn1/a_int.c: remove code duplicate and optimize branches,
2017-04-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-13 Richard LevitteASN.1: change INTxx, UINTxx and Z variants to be embedable
2017-04-13 Richard LevitteASN.1: extend the possibilities to embed data instead...
2017-04-12 Todd ShortOCSP Updates: error codes and multiple certificates
2017-04-11 Frank MorgnerAdded error checking for OBJ_create
2017-04-11 Richard LevitteFix x_int64.c
2017-04-11 Matt CaswellReject decoding of an INT64 with a value >INT64_MAX
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 1
2017-04-10 Richard LevitteDiscourage the use of LONG and ZLONG, and deprecate...
2017-04-10 Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
next