aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Correct some badly formated preprocessor linesRichard Levitte2017-04-251-2/+2
* Address review feedback for the SCTP changesMatt Caswell2017-04-251-1/+1
* Document BIO_lookup_ex()Matt Caswell2017-04-251-2/+1
* Fix problem with SCTP close_notify alertsMatt Caswell2017-04-251-37/+6
* Add better error logging if SCTP AUTH chunks are not enabledMatt Caswell2017-04-252-3/+15
* Add a BIO_lookup_ex() functionMatt Caswell2017-04-252-11/+24
* Add CRYPTO_mem_leaks_cbRichard Levitte2017-04-241-13/+30
* check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz2017-04-242-0/+4
* Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor2017-04-241-0/+1
* Numbers greater than 1 are usually non-negative.David Benjamin2017-04-211-18/+6
* Add ARIA 32-bit implementationletrhee-nsr2017-04-202-105/+869
* Small primes are primes too.Adam Langley2017-04-201-1/+1
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-204-48/+51
* explicitText encodingMarek Klein2017-04-201-4/+45
* VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte2017-04-202-0/+36
* asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov2017-04-171-9/+20
* asn1/a_int.c: don't write result if returning error.Andy Polyakov2017-04-141-1/+0
* asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov2017-04-141-41/+29
* asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov2017-04-141-84/+52
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-137-24/+24
* ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte2017-04-131-14/+38
* ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte2017-04-132-2/+13
* OCSP Updates: error codes and multiple certificatesTodd Short2017-04-121-0/+6
* Added error checking for OBJ_createFrank Morgner2017-04-111-0/+2
* Fix x_int64.cRichard Levitte2017-04-111-8/+31
* Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell2017-04-111-0/+5
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-1011-48/+48
* Act on deprecation of LONG and ZLONG, step 1Richard Levitte2017-04-101-0/+4
* Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte2017-04-101-0/+4
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-102-1/+9
* rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov2017-04-101-0/+2
* asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov2017-04-101-26/+47
* Make default_method mostly compile-timeRich Salz2017-04-0711-170/+56
* Fix rand_lib.c for no-engine configurationRichard Levitte2017-04-071-1/+4
* Don't try to clean up RAND from ENGINERichard Levitte2017-04-071-5/+0
* Make getting and setting the RAND default method thread safeRichard Levitte2017-04-071-2/+35
* Add support for MLOCK_ONFAULT to secure arenaTodd Short2017-04-061-0/+16
* In rand_cleanup_int(), don't go creating a default methodRichard Levitte2017-04-061-1/+1
* PBKDF2 computation speedup (15-40%)Gergely Nagy2017-04-042-11/+14
* Fix faulty check of padding in x_long.cRichard Levitte2017-04-041-2/+5
* Fix a possible integer overflow in long_c2iMatt Caswell2017-04-041-0/+4
* make updateRichard Levitte2017-04-041-1/+4
* Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte2017-04-044-3/+249
* crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov2017-04-021-0/+26
* bio/b_print.c: switch to int64_t as "greatest-width integer type".Andy Polyakov2017-04-011-43/+11
* Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett2017-03-311-0/+1
* bio/b_print.c: recognize even 'j' format modifier.Andy Polyakov2017-03-301-0/+1
* bio/b_print.c: fix %z failure in 32-bit build.Andy Polyakov2017-03-291-2/+2
* Add z modifier parsing to the BIO_printf et all format stringRichard Levitte2017-03-291-1/+12
* Cleaning UEFI Build with additional OPENSSL_SYS_UEFI flagsQin Long2017-03-291-1/+1