• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pyca / cryptography / 2102 / 11
19%
master: 19%

Build:
DEFAULT BRANCH: master
Ran 05 Feb 2014 09:38AM UTC
Files 95
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Feb 2014 09:24AM UTC coverage: 88.916% (-6.1%) from 95.011%
TOX_ENV=py26

Pull #559

travis-ci

public
RSA keys

These are implemented such that they don't depend on the backend. This
means we don't have to worry about passing an RSA key created with one
backend to a different one so much at the expense of having to create a
backend specific context on demand.

This is slightly non-trivial in (at least) OpenSSL as there are 3
additional derived parameters kept in its RSA struct. They aren't
difficult to generate but it requires adding 30-40 lines of BN_* stuff
to the backend so I'm leaving that out for now. We'll need to implement
that before we can actually do any useful operations with the keys.

This also adds a loader for some of the PKCS #1 test vectors. It only
extracts the 10 key pairs from pss_vect.txt currently be should be
extenable to include the example signatures and other files later.
Pull Request #559: RSA keys

2543 of 2860 relevant lines covered (88.92%)

0.89 hits per line

Source Files on job 2102.11 (TOX_ENV=py26)
  • Tree
  • List 0
  • Changed 15
  • Source Changed 2
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2102
  • Travis Job 2102.11
  • 62d76eba on github
  • Prev Job for TOX_ENV=py26 on master (#2095.24)
  • Next Job for TOX_ENV=py26 on master (#2103.24)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc