summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Expand another wall of ASN.1 template macros - no change to generatedjsing2015-07-251-224/+1357
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-252-136/+847
* Expand ASN.1 template macros - the generated assembly only differs byjsing2015-07-251-55/+351
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-242-27/+171
* Expand ASN.1 template macros - the generated assembly only differs byjsing2015-07-241-51/+341
* an TLS -> a TLS; from thanos tsouanasjmc2015-07-241-2/+2
* Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_ENDjsing2015-07-244-22/+106
* Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differsjsing2015-07-242-6/+42
* Correct #if/else logic in BIO's dgram_ctrl.doug2015-07-201-3/+3
* prefer string.h to strings.h ok guenther@ doug@bcook2015-07-201-2/+2
* Various memory leaks upon error or unchecked allocations.miod2015-07-201-4/+13
* Use V_ASN1_UNDEF instead of -1.miod2015-07-201-7/+7
* Check the return value of asn1_enc_save(). ok bcook@ doug@miod2015-07-201-2/+4
* When freeing an X509_CRL, if freeing the user-maintained meth_data fails,miod2015-07-201-3/+4