openbsd
2014-05-03 tedunow that 5.5 has been released with compatibility for...
2014-05-03 jsingUpdate the base64 regress test and enable a test that...
2014-05-03 jsingAdd checks for invalid base64 encoded data, specificall...
2014-05-03 tedu1. Drop support for no minor. This variant doesn't...
2014-05-03 jsingIt is definitly not the correct spelling.
2014-05-03 jsingKNF.
2014-05-03 martynasAnnotate wide character routines so they get protected...
2014-05-03 martynas- Provide extended-precision math constants req'd by...
2014-05-03 jsingNuke more defines - we have setvbuf() and _IONBF.
2014-05-03 jsingKNF.
2014-05-03 jsingInitial version of a base64 regress.
2014-05-03 jmcmore tweaking; ok sthen
2014-05-03 stspNoncharacters 0xFFFE and 0xFFFF don't render a UTF...
2014-05-03 deraadtAdd #ifndef NO_PRINTF_PERCENT_N. Since we are fully...
2014-05-03 miodEnable assembler bits for BN (Montgomery), SHA1 and...
2014-05-03 miodDetect Altivec support with the machdep.altivec sysctl...
2014-05-03 chlremove unused variables
2014-05-03 jsgdrm/radeon: call drm_edid_to_eld when we update the...
2014-05-03 jsgSkip intel_crt_init for Dell XPS 8700
2014-05-03 jsgdrm/i915/tv: fix gen4 composite s-video tv-out
2014-05-03 jsgdrm/i915: quirk invert brightness for Acer Aspire 5336
2014-05-03 chlremove unused variable
2014-05-02 chlremove unused variable
2014-05-02 miodCorrectly enable assembler Montgomery routine.
2014-05-02 miodMore use of 64-bit registers which needs to be disabled...
2014-05-02 kurt- Adjust pthread_stackseg_np to return the page aligned...
2014-05-02 miodCorrectly enable assembler Montgomery routine.
2014-05-02 guentherNo really, pid 2 isn't special
2014-05-02 miodReenable assembler code for SHA384 and SHA512 now that...
2014-05-02 miodThe assembly sha512 code detects at runtime if it is...
2014-05-02 miodSimple sha{224,256,384,512} test using the FIPS 180...
2014-05-02 deraadtChange BLKDEV_IOSIZE to PAGE_SIZE
2014-05-02 miodDisable assembler version of SHA512 for now, it produce...
2014-05-02 jsingAdd ChaCha as a cipher.
2014-05-02 deraadtremove crazy #undefs; ok jsing
2014-05-02 jsingNuke OPENSSL_NO_SOCK since any half sane operating...
2014-05-02 jsingSort and group includes. We also do not need to include...
2014-05-02 jsingSort function prototypes and group/sort entries within...
2014-05-02 andreAdd regression tests to relayd to cover a few key types...
2014-05-02 andreImproves this test to be more strict on the filter...
2014-05-02 deraadtspelling; Denis Fondras
2014-05-02 kettenisMake acpiprt(4) handle interrupts with non-standard...
2014-05-02 andreExtends relayd regress-tests framework to support tweak...
2014-05-02 kettenisMake acpi_mutex_acquire/release actually grab the globa...
2014-05-02 krw'for (part == 0; ...)' is not the same as 'for(part...
2014-05-02 jcaKill annoying and useless emacs local variable. ok...
2014-05-02 jcaThe page daemon no longer has a fixed PID. ok kettenis...
2014-05-02 andreAdd missing $ on OpenBSD cvs tags, ok djm
2014-05-02 miodNo need to figure out the area spanned by .got in _dl_m...
2014-05-02 djmrevert __bounded change; it causes way more problems...
2014-05-02 djmuse the test_helper fuzzer rather than the hand-rolled...
2014-05-02 djmmake the fuzzer seed const to make it clear that it...
2014-05-01 miodEnable use of assembly code for AES, BN (Montgomery...
2014-05-01 miodDo not output SOM-specific directives.
2014-05-01 miodRemove unreferenced OPENSSL_instrument_bus and OPENSSL_...
2014-05-01 miodMake the implicit `l' in `impicit' explicit.
2014-05-01 miodEnable use of the assembly code for BN (Montgomery...
2014-05-01 miodFix include filename to get register name aliases under BSD
2014-05-01 miodPass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_...
2014-05-01 miodEnable use of the assembly code for AES, BN, SHA1,...
2014-05-01 mioddead meat
2014-05-01 jmcoptions first, then pager commands; also remove one...
2014-05-01 jmcSTANDARDS is no longer relevant to this page, so remove...
2014-05-01 jmcthe beginning of removing more details from this page...
2014-05-01 jmcchange some argument names in order to give some consis...
2014-05-01 jmctweak previous; ok sthen
2014-05-01 jmcupdate currency exchange rates;
2014-05-01 deraadtsync
2014-05-01 miod+ e_chacha.c, and bump minor
2014-05-01 jsingUpdate with recently added objects.
2014-05-01 jsingKNF.
2014-05-01 deraadtExtend fread() and fwrite() to check for integer overfl...
2014-05-01 jsingNuke unused evptests.txt - the real one is over in...
2014-05-01 jsingProvide an EVP implementation for ChaCha.
2014-05-01 reykMove RSA keys from "lka" to a new dedicated "ca" proces...
2014-05-01 miodFix perl arch directory name.
2014-05-01 miodRevert 1.49 (bad merge with free dejavu)
2014-05-01 deraadtsync
2014-05-01 martynasx86-64 ABI requires arrays greater than 16 bytes to...
2014-05-01 jasperfixup SoC name, as it's am335x, not am334x.
2014-05-01 jsingAdd ChaCha to libcrypto, based on djb's public domain...
2014-05-01 jasper- add 'sunxi' to list of miniroot files
2014-05-01 miodAdd support for the french ANSSI FRP256v1 elliptic...
2014-05-01 miodAdd Brainpool elliptic curves. From OpenSSL RT#2239...
2014-05-01 miodRemove fips_md_init() macro indirection for digest...
2014-05-01 miodNo longer mention the tools/ directory, which content...
2014-05-01 jsgmove pointer use to after a NULL pointer check
2014-05-01 jsgCorrect a test for X509_get_notAfter() failing or returning
2014-05-01 teduwith some random chance, swizzle the current page for...
2014-05-01 tedunibbles aren't enough random, use bytes. does a better...
2014-05-01 sasanofixed some debug messages
2014-04-30 sthenfirst cut at documenting the change to malloc doing...
2014-04-30 kettenisMake sure we flush discarded pages even if the number...
2014-04-30 naddyUMAC can use our local fallback implementation of AES...
2014-04-30 kettenisAssigning list pointers doesn't really work with doubly...
2014-04-30 krwPreserve intended chronological order of leases in
2014-04-30 krwWrite last disk sector, not last 512-byte block, when...
2014-04-30 jsingAvoid a potential null pointer dereference by checking...
2014-04-30 jsingFirst pass at removing win64 support from the assembly...
2014-04-30 gilleswhen doing opportunistic TLS, do not only downgrade...
next