Document that BIO_gets() preserves '\n'.
[openssl.git] / crypto /
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...
2017-04-10 Andy Polyakovrand/rand_lib.c: keep fixing no-engine configuration.
2017-04-10 Andy Polyakovasn1/x_long.c: remove conditions in inner loops and...
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-04-07 Richard LevitteFix rand_lib.c for no-engine configuration
2017-04-07 Richard LevitteDon't try to clean up RAND from ENGINE
2017-04-07 Richard LevitteMake getting and setting the RAND default method thread...
2017-04-06 Todd ShortAdd support for MLOCK_ONFAULT to secure arena
2017-04-06 Richard LevitteIn rand_cleanup_int(), don't go creating a default...
2017-04-04 Gergely NagyPBKDF2 computation speedup (15-40%)
2017-04-04 Richard LevitteFix faulty check of padding in x_long.c
2017-04-04 Matt CaswellFix a possible integer overflow in long_c2i
2017-04-04 Richard Levittemake update
2017-04-04 Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...
2017-04-02 Andy Polyakovcrypto/ppccap.c: SIGILL-free processor capabilities...
2017-04-01 Andy Polyakovbio/b_print.c: switch to int64_t as "greatest-width...
2017-03-31 Jon SpillettFix for #2730. Add CRLDP extension to list of supported...
2017-03-30 Andy Polyakovbio/b_print.c: recognize even 'j' format modifier.
2017-03-29 Andy Polyakovbio/b_print.c: fix %z failure in 32-bit build.
2017-03-29 Richard LevitteAdd z modifier parsing to the BIO_printf et all format...
2017-03-29 Qin LongCleaning UEFI Build with additional OPENSSL_SYS_UEFI...
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-28 FdaSilvaYYFix 0 -> NULL, indentation
2017-03-28 FdaSilvaYYRefomat a few comments on 80 cols
2017-03-27 Richard LevitteIn err_cleanup(), cleanup the thread local storage too
2017-03-26 Andy Polyakovaes/asm/bsaes-armv7.pl: relax stack alignment requirement.
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2017-03-24 Andy Polyakovbn/asm/sparcv9-mont.pl: fix squaring code path.
2017-03-22 Andy Polyakovmodes/ocb128.c: fix misaligned access in ILP32 builds...
2017-03-22 Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT...
2017-03-22 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vp...
2017-03-22 Andy Polyakovx86_64 assembly pack: add some Ryzen performance results.
2017-03-21 David BenjaminRemove duplicate X509_OBJECT free function.
2017-03-20 Richard LevitteFix decoding of ASN.1 LONG and ZLONG items
2017-03-20 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-19 Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2017-03-19 Kurt RoeckxMake the CRYPTO_memcmp() prototype match memcmp()
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-15 Bernd EdlingerFixed a crash in print_notice.
2017-03-15 Richard LevitteAdd EC_KEY_get0_engine()
2017-03-13 Bernd EdlingerFix a crash or unbounded allocation in RSA_padding_add_...
2017-03-13 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vp...
2017-03-13 Andy Polyakovpoly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305...
2017-03-13 Andy Polyakovcrypto/x86*cpuid.pl: move extended feature detection.
next