summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily revive MD4 for MS CHAP support.doug2015-09-1411-19/+654
* Crank major version due to removal of SHA-0 and MD4 from libcrypto.doug2015-09-132-4/+4
* Remove MD4 support from LibreSSL.doug2015-09-1311-654/+19
* Remove SHA-0 support.doug2015-09-1311-326/+19
* Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andmiod2015-09-132-17/+2
* Handle negative-zero in BN_bn2dec() too, just like in BN_print().deraadt2015-09-131-22/+31
* Reorder functions for readability/consistency.jsing2015-09-131-235/+228
* BN does support negative-zero -- BN_print() sets the standard here.deraadt2015-09-131-3/+3
* Only check for key truncation if no KDF function is being used.jsing2015-09-131-4/+4
* Merge ech_ossl.c into ech_key.c - not much point having one file with ajsing2015-09-133-217/+148
* Nuke openssl/e_os2.h, since nothing should be using it.jsing2015-09-131-2/+1
* Provide ECDH_size().jsing2015-09-133-4/+11
* Check ECDH output buffer length and avoid truncation.jsing2015-09-133-6/+16
* Add Certplus CA root certificate:sthen2015-09-131-0/+86
* Lob a style(9) grenade in here.jsing2015-09-136-181/+176
* Add a new interface, OPENSSL_cpu_caps(), to return the currently runningmiod2015-09-134-4/+19
* Remove workaround for old SIMICS toolchain.miod2015-09-121-45/+1
* Remove horribly old and outdated `documentation' for the assembly code.miod2015-09-126-326/+0
* Bring back the expansion-into-.byte-sequences routines removed in r1.9, butmiod2015-09-111-12/+67
* Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assemblermiod2015-09-112-4/+4
* Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again.bcook2015-09-113-13/+27
* unify files furtherderaadt2015-09-1120-122/+122
* When loading a DSA key from an raw (without DH parameters) ASN.1 serialization,miod2015-09-101-2/+48
* Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL.jsing2015-09-101-1/+4
* CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are alreadyjsing2015-09-101-18/+3
* Correct spelling of OPENSSL_cleanse.jsing2015-09-1062-179/+191
* Remove pointless comments.jsing2015-09-103-6/+6
* Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.jsing2015-09-103-18/+18
* Fix an incorrect error check in DSA verify.bcook2015-09-101-4/+2
* Add missing CVS Mdocdate tags. No text change, except for the changeschwarze2015-09-0916-16/+16
* Kill coverity 128475beck2015-08-281-2/+2
* Remove SSLv3 support from LibreSSL.doug2015-08-271-0/+2
* unify versions, so they are easier to diff.deraadt2015-08-258-18/+18
* KNFderaadt2015-08-252-12/+8
* bump to 2.3.0 for the next LibreSSL release cyclebcook2015-08-201-3/+3
* typosmiod2015-08-185-5/+5
* spelling; ok deraadtjmc2015-08-022-4/+4
* Use named initialisers for X509V3_EXT_METHOD structs (for the usualjsing2015-07-2919-228/+588
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-2920-54/+54
* Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9)jsing2015-07-291-6/+5
* Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should bejsing2015-07-272-10/+5
* double words fix; docs are slowly getting moved to mdoc, but thissobrado2015-07-252-2/+2
* Place the ASN.1 template macros (and remaining implement macros) underjsing2015-07-251-3/+6
* double word fix.sobrado2015-07-251-2/+2
* Expand another ASN.1 template macro that snuck through last time around.jsing2015-07-251-2/+8
* Manually expand ASN.1 template macros - only change in generated assemblyjsing2015-07-253-16/+40
* Expand ASN.1 template macros that got missed in the last pass - only changejsing2015-07-253-11/+31
* Expand ASN.1 template macros - the generated assembly only differs byjsing2015-07-2513-141/+806
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-251-56/+294
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-251-89/+545