summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2016-04-07make updateViktor Dukhovni
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-06Fix no-ocspMatt Caswell
2016-04-06Remove some OPENSSL_NO_ASYNC guards in initMatt Caswell
2016-04-06Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-04-04Add X509_REQ_get0_pubkey methodFdaSilvaYY
2016-04-04Fix two leaks in X509_REQ_to_X509FdaSilvaYY
2016-04-04crypto/poly1305: don't break carry chains.Andy Polyakov
2016-04-04Fix memory leaks in ASN.1Emilia Kasper
2016-04-04Don't shadow known symbols write, read, puts, getsRichard Levitte
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-03Tidy up x509_vfy callback handlingViktor Dukhovni
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin
2016-04-02sizeof() updated to cover coding styleKirill Marinushkin
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-04-02Fix: CRYPTO_THREAD_run_onceMat
2016-04-02Fix X509_PUBKEY cached key handling.Dr. Stephen Henson
2016-03-31crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-31Remove the CRYPTO_mem_leaks adjustment for the BIOMatt Caswell
2016-03-30Fix buffer overrun in ASN1_parse().Ben Laurie
2016-03-30Fix pointer size issues on VMSRichard Levitte
2016-03-30Rearrange the use of 'proto' in BIO_lookupRichard Levitte
2016-03-30Remove X509_PUBKEY lock.Dr. Stephen Henson
2016-03-30Break out DllMain from crypto/cryptlib.c and use it in shared libs onlyRichard Levitte
2016-03-30Adapt bf_lbuf for opaque BIORichard Levitte
2016-03-29Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni
2016-03-29Fix the zlib config optionMatt Caswell
2016-03-29RT 4393: Call EC_GROUP_order_bits in priv2opt.David Benjamin
2016-03-29Make BIO opaqueMatt Caswell
2016-03-29Add functions for creating BIO_METHODsMatt Caswell
2016-03-29Fix a big leak when using stack-allocated BIO items.FdaSilvaYY
2016-03-29poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov
2016-03-29crypto/seed: add small-footprint path.Andy Polyakov
2016-03-23VMS: update the properties of symbol searchRichard Levitte
2016-03-23Move dso.h to internalRich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-23Fix error codeFdaSilvaYY
2016-03-23Small fixups in DSORichard Levitte
2016-03-22Removed unused fields of CT_POLICY_EVAL_CTXRob Percival