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

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

Build:
DEFAULT BRANCH: master
Ran 05 Feb 2014 09:37AM 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: 86.259% (-11.9%) from 98.202%
TOX_ENV=py33 OPENSSL=0.9.8

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

2467 of 2860 relevant lines covered (86.26%)

0.86 hits per line

Source Files on job 2102.9 (TOX_ENV=py33 OPENSSL=0.9.8)
  • Tree
  • List 0
  • Changed 17
  • Source Changed 2
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2102
  • Travis Job 2102.9
  • 62d76eba on github
  • Prev Job for TOX_ENV=py33 OPENSSL=0.9.8 on master (#2095.32)
  • Next Job for TOX_ENV=py33 OPENSSL=0.9.8 on master (#2103.9)
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